Skip to content

Commit

Permalink
chore: resolve pipeline paths
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
  • Loading branch information
ramizpolic committed Jun 26, 2023
1 parent 5e54292 commit 0f3d1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/multi-dc/test/multi-dc-raft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function install_instance {

helm upgrade --install vault-operator ./deploy/charts/vault-operator --wait --set image.tag=${OPERATOR_VERSION} --set image.pullPolicy=Never --set image.bankVaultsTag=${BANK_VAULTS_VERSION}

kubectl apply -f deploy/rbac.yaml
kubectl apply -f deploy/crd/rbac.yaml
envtpl deploy/multi-dc/test/cr-"${INSTANCE}".yaml | kubectl apply -f -

echo "Waiting for for ${INSTANCE} vault instance..."
Expand Down

0 comments on commit 0f3d1a1

Please # to comment.