diff --git a/apps/kustomization.yaml b/apps/kustomization.yaml index 2b112fbe..f3dccc62 100644 --- a/apps/kustomization.yaml +++ b/apps/kustomization.yaml @@ -4,6 +4,7 @@ kind: Kustomization resources: # System - resources/cert-manager.yaml +- resources/kured.yaml - resources/longhorn.yaml - resources/metallb.yaml - resources/nginx.yaml diff --git a/apps/resources/kured.yaml b/apps/resources/kured.yaml new file mode 100644 index 00000000..62b6296d --- /dev/null +++ b/apps/resources/kured.yaml @@ -0,0 +1,19 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kured +spec: + destination: + name: in-cluster + namespace: kube-system + server: '' + source: + path: '' + repoURL: 'https://weaveworks.github.io/kured' + targetRevision: 2.6.0 + chart: kured + project: default + syncPolicy: + automated: + prune: true + selfHeal: true