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