19 lines
399 B
YAML
19 lines
399 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metallb-base
|
|
namespace: argocd
|
|
spec:
|
|
project: infra
|
|
source:
|
|
repoURL: https://github.com/metallb/metallb.git
|
|
targetRevision: v0.13.10
|
|
path: config/manifests
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: metallb-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|