Skip to content

Commit

Permalink
Merge pull request #99 from patoarvizu/point-to-common-manifests-master
Browse files Browse the repository at this point in the history
Point to master version of 'common-manifests'
  • Loading branch information
patoarvizu committed Jan 9, 2022
2 parents 5871240 + 8fa362d commit 9bef752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ jobs:
kubectl rollout status -n cert-manager deployment/cert-manager-webhook -w
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/cert-manager/cluster-issuer.yaml
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/vault/vault-external-service.yaml
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/optimize-kms-vault-operator-build/vault/vault-cluster-v1.yaml
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/vault/vault-cluster-v1.yaml
while [ "$(kubectl -n vault get statefulset vault -o jsonpath={.status.readyReplicas})" != "1" ]; do
sleep 1
done
kubectl -n vault create secret generic aws-secrets --from-literal=AWS_ACCESS_KEY_ID=$(echo $AWS_ACCESS_KEY_ID) --from-literal=AWS_SECRET_ACCESS_KEY=$(echo $AWS_SECRET_ACCESS_KEY)
helm install kms-vault-operator helm/kms-vault-operator/ -n vault -f test/helm-values/values.yaml
go test github.com/patoarvizu/kms-vault-operator/test/e2e -v -ginkgo.focus="With K/V v1 secrets"
kubectl delete -f https://raw.githubusercontent.com/patoarvizu/common-manifests/optimize-kms-vault-operator-build/vault/vault-cluster-v1.yaml
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/optimize-kms-vault-operator-build/vault/vault-cluster-v2.yaml
kubectl delete -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/vault/vault-cluster-v1.yaml
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/vault/vault-cluster-v2.yaml
sleep 3
while [ "$(kubectl -n vault get statefulset vault -o jsonpath={.status.readyReplicas})" != "1" ]; do
sleep 1
Expand Down

0 comments on commit 9bef752

Please sign in to comment.