This commit is contained in:
parent
bb399fd508
commit
770e2cd1b9
1 changed files with 8 additions and 0 deletions
|
|
@ -53,6 +53,14 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
kubectl apply -f apps/
|
kubectl apply -f apps/
|
||||||
|
|
||||||
|
- name: Login to ArgoCD
|
||||||
|
run: |
|
||||||
|
argocd login argocd-server.argocd.svc.cluster.local \
|
||||||
|
--plaintext \
|
||||||
|
--grpc-web \
|
||||||
|
--username admin \
|
||||||
|
--password $(kubectl get secret argocd-initial-admin-secret -n argocd -o jsonpath="{.data.password}" | base64 -d)
|
||||||
|
|
||||||
- name: Wait for ArgoCD sync
|
- name: Wait for ArgoCD sync
|
||||||
run: |
|
run: |
|
||||||
APPS=$(argocd app list -o name)
|
APPS=$(argocd app list -o name)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue