diff --git a/apps/templates/metallb.yaml b/apps/templates/metallb.yaml new file mode 100644 index 0000000..3fc35a1 --- /dev/null +++ b/apps/templates/metallb.yaml @@ -0,0 +1,24 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: metallb + namespace: argo-cd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + server: https://kubernetes.default.svc + namespace: metallb-system + project: default + source: + chart: metallb + + repoURL: https://metallb.github.io/metallb + targetRevision: 0.13.7 + + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file