Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Manabu McCloskey <[email protected]>
  • Loading branch information
rattboi and nabuskey authored Apr 26, 2024
1 parent 2c0884f commit 637176f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ idpbuilder get secrets

As described in the main readme file, the above command is equivalent to running:
```bash
kubectl get secrets -n gitea gitea-credential -o go-template='{{ range $key, $value := .data }}{{ printf "%s: %s\n" $key ($value | base64decode) }}{{ end }}'
```
kubectl -n argocd get secret argocd-initial-admin-secret
kubectl get secrets -n gitea gitea-admin-secret
kubectl get secrets -A -l cnoe.io/cli-secret=true

All ArgoCD applications should be synced and healthy. You can check them in the UI or

Expand Down

0 comments on commit 637176f

Please sign in to comment.