패스워드 변경

This commit is contained in:
ByeonJungHun
2024-04-08 12:17:34 +09:00
parent af4eaba8bf
commit 3f3e55a193
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ deploy:
image: quay.io/argoproj/argocd image: quay.io/argoproj/argocd
stage: deploy stage: deploy
script: | script: |
argocd --grpc-web login argo.10.10.52.7.nip.io:32443 --username="admim" --password="ios2011a" --insecure argocd --grpc-web login argo.10.10.52.7.nip.io:32443 --username="admim" --password="YVc5ek1qQXhNV0VL" --insecure
argocd --grpc-web app get --refresh intermax-test --insecure > /dev/null && argocd --grpc-web app wait intermax-test --sync --health --insecure argocd --grpc-web app get --refresh intermax-test --insecure > /dev/null && argocd --grpc-web app wait intermax-test --sync --health --insecure
argocd --grpc-web app sync intermax-test --revision HEAD --insecure argocd --grpc-web app sync intermax-test --revision HEAD --insecure
argocd --grpc-web app wait intermax-test --health --insecure argocd --grpc-web app wait intermax-test --health --insecure

View File

@@ -2,4 +2,4 @@ variables:
reg: "harbor.elppa.xyz" reg: "harbor.elppa.xyz"
reg_id: "sa_8001" reg_id: "sa_8001"
reg_pw: "Ios2011a!" reg_pw: "Ios2011a!"
ver: "test8" ver: "test9"