Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
feat: secrets in application namespace (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbaehler authored Jan 24, 2024
1 parent e39802d commit ed77294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion argocd-cmp/cmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ spec:
args:
- render
- "."
- --secret-name
- "${ARGOCD_APP_NAME}"
- --secret-namespace
- "argocd"
- "${ARGOCD_APP_NAMESPACE}"
- --env-regex
- "^ARGOCD_ENV_.*$"
- --must-decrypt
Expand Down

0 comments on commit ed77294

Please sign in to comment.