use sealed secrets helm chart directly
This commit is contained in:
parent
af2b996a46
commit
0f61236c67
|
@ -1,19 +1,17 @@
|
||||||
---
|
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: "{{ .Release.Name }}-sealed-secrets"
|
name: sealed-secrets
|
||||||
namespace: "{{ .Release.Namespace }}"
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: "{{ .Values.bootstrap.source.repoURL }}"
|
chart: sealed-secrets
|
||||||
targetRevision: "{{ .Values.bootstrap.source.targetRevision }}"
|
repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||||
path: sealed-secrets
|
targetRevision: 2.7.4
|
||||||
|
helm:
|
||||||
|
releaseName: sealed-secrets
|
||||||
destination:
|
destination:
|
||||||
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
name: in-cluster
|
|
||||||
syncPolicy:
|
|
||||||
automated: {}
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user