This commit is contained in:
Simen Røstvik 2022-12-07 11:09:40 +01:00
parent 7dbc6a83ff
commit baa7262a47

View File

@ -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