Skip to content

Instantly share code, notes, and snippets.

@jhoelzel
Created June 4, 2023 09:04
Show Gist options
  • Save jhoelzel/1532ef31666afb33e2f92c989dedae76 to your computer and use it in GitHub Desktop.
Save jhoelzel/1532ef31666afb33e2f92c989dedae76 to your computer and use it in GitHub Desktop.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sealed-secrets-controller
namespace: argocd
spec:
project: default
source:
repoURL: https://bitnami-labs.github.io/sealed-secrets
targetRevision: 0.17.5
chart: sealed-secrets
helm:
parameters:
- name : cr.create
value : "true"
- name: commandArgs[0]
value: --update-status
destination:
server: https://kubernetes.default.svc
namespace: kube-system
syncPolicy:
automated:
prune: true
selfHeal: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment