mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
33 lines
891 B
YAML
33 lines
891 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metallb
|
|
namespace: argocd
|
|
spec:
|
|
project: system
|
|
sources:
|
|
- repoURL: "https://metallb.github.io/metallb"
|
|
targetRevision: 0.13.*
|
|
chart: metallb
|
|
helm:
|
|
valuesObject:
|
|
- repoURL: "https://github.com/gensokyo-zone/infrastructure"
|
|
path: k8s/system/metallb/manifests
|
|
targetRevision: main
|
|
destination:
|
|
namespace: metallb-system
|
|
name: in-cluster
|
|
syncPolicy:
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
ignoreDifferences:
|
|
- 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
|