mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
21 lines
No EOL
443 B
YAML
21 lines
No EOL
443 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: flannel
|
|
namespace: argocd
|
|
spec:
|
|
project: system
|
|
source:
|
|
repoURL: "https://flannel-io.github.io/flannel/"
|
|
targetRevision: v0.24.x
|
|
chart: flannel
|
|
helm:
|
|
valuesObject:
|
|
podCidr: 10.42.0.0/16
|
|
destination:
|
|
namespace: kube-flannel
|
|
name: in-cluster
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true |