diff --git a/argo/utilities/templates/sealed.yaml b/argo/utilities/templates/sealed.yaml new file mode 100644 index 0000000..675229d --- /dev/null +++ b/argo/utilities/templates/sealed.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: sealed-secrets + namespace: argocd + labels: + utilities: kube-system +spec: + destination: + namespace: kube-system + server: https://kubernetes.default.svc + syncPolicy: + syncOptions: + - CreateNamespace=true + project: default + source: + repoURL: https://bitnami-labs.github.io/sealed-secrets + targetRevision: 2.14.2 + chart: sealed-secrets + + helm: + values: | + fullnameOverride: sealed-secrets-controller + +