mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
22 lines
No EOL
526 B
YAML
22 lines
No EOL
526 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metallb
|
|
namespace: argocd
|
|
spec:
|
|
project: system
|
|
sources:
|
|
- repoURL: "https://metallb.github.io/metallb"
|
|
targetRevision: v26.0.x
|
|
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 |