argocd-test/argocd-applications/base/metallb-application.yaml

32 lines
778 B
YAML
Raw Normal View History

2024-09-22 09:52:27 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-app-metallb
namespace: argocd
spec:
destination:
name: ''
namespace: default
server: https://kubernetes.default.svc
source:
path: metallb
repoURL: https://git.mziesel.nl/mans/argocd-test
targetRevision: HEAD
sources: []
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
2024-11-06 19:37:59 +00:00
ignoreDifferences:
2024-11-06 19:43:14 +00:00
- group: "apiextensions.k8s.io"
kind: CustomResourceDefinition
name: bgppeers.metallb.io
jsonPointers:
- /spec/conversion/webhook/clientConfig/caBundle
- group: "apiextensions.k8s.io"
kind: CustomResourceDefinition
name: addresspools.metallb.io
jsonPointers:
- /spec/conversion/webhook/clientConfig/caBundle