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

Commit ed77294

Browse files
feat: secrets in application namespace (#99)
1 parent e39802d commit ed77294

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

argocd-cmp/cmp.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ spec:
1515
args:
1616
- render
1717
- "."
18+
- --secret-name
19+
- "${ARGOCD_APP_NAME}"
1820
- --secret-namespace
19-
- "argocd"
21+
- "${ARGOCD_APP_NAMESPACE}"
2022
- --env-regex
2123
- "^ARGOCD_ENV_.*$"
2224
- --must-decrypt

0 commit comments

Comments
 (0)