Skip to content

Commit

Permalink
add test for external-secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Song Song Li <[email protected]>
  • Loading branch information
songleo committed Mar 11, 2024
1 parent 3c58fdb commit 2d14b9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/deployment-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,10 @@ flux reconcile helmrelease vault
kubectl get daemonsets vault-csi-provider -n vault -o jsonpath='{.status.numberReady}' \
| grep 2 \
|| exit 1

flux reconcile helmrelease external-secrets
kubectl wait --timeout 300s --for=condition=available -n external-secrets \
deployment/external-secrets \
deployment/external-secrets-cert-controller \
deployment/external-secrets-webhook \
|| exit 1

0 comments on commit 2d14b9a

Please sign in to comment.