Compare commits
2 Commits
97c330692c
...
e78c99cb39
Author | SHA1 | Date |
---|---|---|
Dex | e78c99cb39 | |
Dex | a17df5b57a |
|
@ -1 +1,2 @@
|
||||||
*.decrypted-secrets*
|
*.decrypted~secrets*
|
||||||
|
.decrypted~secrets.yaml
|
|
@ -10,6 +10,13 @@ spec:
|
||||||
repoURL: https://gitea.simplysyncedllc.com/Dex/argocd-configs.git
|
repoURL: https://gitea.simplysyncedllc.com/Dex/argocd-configs.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: kx3dex-radio/prod
|
path: kx3dex-radio/prod
|
||||||
|
plugin:
|
||||||
|
name: helmSecrets
|
||||||
|
env:
|
||||||
|
- name: HELM_OPTS
|
||||||
|
value: "secrets.yaml"
|
||||||
|
- name: RELEASE_NAME
|
||||||
|
value: "testapp"
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: kx3dex-radio
|
namespace: kx3dex-radio
|
||||||
|
|
Loading…
Reference in New Issue