Compare commits

...

2 Commits

Author SHA1 Message Date
Dex e78c99cb39 Merge branch 'main' of https://gitea.simplysyncedllc.com/Dex/argocd-configs 2024-05-14 16:58:20 -04:00
Dex a17df5b57a update gitignore 2024-05-14 16:58:12 -04:00
2 changed files with 9 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
*.decrypted-secrets* *.decrypted~secrets*
.decrypted~secrets.yaml

View File

@ -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