fix(actions): wait for argocd initial admin secret to be created
Some checks failed
/ validate (push) Failing after 2m13s
Some checks failed
/ validate (push) Failing after 2m13s
This commit is contained in:
parent
770e2cd1b9
commit
83c5ceda96
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ jobs:
|
|||
-n argocd
|
||||
kubectl wait --for=condition=available --timeout=60s \
|
||||
deployment/sealed-secrets-controller -n kube-system
|
||||
until kubectl get secret argocd-initial-admin-secret -n argocd 2>/dev/null; do
|
||||
echo "Waiting for argocd-initial-admin-secret..."; sleep 3
|
||||
done
|
||||
|
||||
- name: Import SealedSecrets key
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue