wip
This commit is contained in:
parent
c3da3c6d06
commit
89d788d999
|
@ -2,7 +2,7 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: sealed-secrets
|
name: "{{ .Release.Name }}-sealed-secrets"
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
|
@ -11,10 +11,7 @@ spec:
|
||||||
repoURL: https://bitnami-labs.github.io/sealed-secrets
|
repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||||
targetRevision: 2.7.4
|
targetRevision: 2.7.4
|
||||||
helm:
|
helm:
|
||||||
releaseName: sealed-secrets
|
releaseName: "{{ .Release.Name }}sealed-secrets"
|
||||||
values: |
|
|
||||||
commonAnnotations:
|
|
||||||
argocd.argoproj.io/sync-wave: "-3"
|
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
|
Loading…
Reference in New Issue
Block a user