Fix script indentation

Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
jmeridth 2023-01-20 02:04:00 -06:00
parent 835d8b04eb
commit e41c72cfc3
No known key found for this signature in database
GPG key ID: 246606CF636B3F68

View file

@ -87,7 +87,7 @@ name: argo-cd
version: 3.4.1 version: 3.4.1
... ...
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Added]: Something New was added" - "[Added]: Something New was added"
- "[Changed]: Changed Something within this chart" - "[Changed]: Changed Something within this chart"
- "[Changed]: Changed Something else within this chart" - "[Changed]: Changed Something else within this chart"
@ -139,10 +139,10 @@ In a new terminal:
argocd version --server localhost:8080 --insecure argocd version --server localhost:8080 --insecure
# reset password to 'Password1!' # reset password to 'Password1!'
kubectl -n argocd patch secret argocd-secret \ kubectl -n argocd patch secret argocd-secret \
-p '{"stringData": { -p '{"stringData": {
"admin.password": "$2a$10$hDj12Tw9xVmvybSahN1Y0.f9DZixxN8oybyA32Uy/eqWklFU4Mo8O", "admin.password": "$2a$10$hDj12Tw9xVmvybSahN1Y0.f9DZixxN8oybyA32Uy/eqWklFU4Mo8O",
"admin.passwordMtime": "'$(date +%FT%T%Z)'" "admin.passwordMtime": "'$(date +%FT%T%Z)'"
}}' }}'
argocd login localhost:8080 --username admin --password 'Password1!' argocd login localhost:8080 --username admin --password 'Password1!'
# WARNING: server certificate had error: x509: certificate signed by unknown authority. Proceed insecurely (y/n)? y # WARNING: server certificate had error: x509: certificate signed by unknown authority. Proceed insecurely (y/n)? y