DEV-669: bugfix secret templating
parent
04474dab97
commit
2c32e9b7c9
@ -0,0 +1,20 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: nsodev
|
||||||
|
namespace: argo-cd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: mobene-nsodev
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: mobene
|
||||||
|
source:
|
||||||
|
helm:
|
||||||
|
valueFiles:
|
||||||
|
- values_nsodev.yaml
|
||||||
|
- secrets+gpg-import-kubernetes://argo-cd/sops-gpg#gpg_key_smardigo_automation__private?secrets_nsodev.yaml
|
||||||
|
path: .
|
||||||
|
repoURL: https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-mobene-deployment.git
|
||||||
|
targetRevision: main
|
||||||
|
syncPolicy:
|
||||||
|
automated: {}
|
||||||
Loading…
Reference in New Issue