metallb
This commit is contained in:
parent
529ad22d5f
commit
5c029bbf3f
24
apps/templates/metallb.yaml
Normal file
24
apps/templates/metallb.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user