mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
6 lines
No EOL
297 B
YAML
6 lines
No EOL
297 B
YAML
vcluster:
|
|
image: rancher/k3s:v1.23.3-k3s1 # be sure that use same cluster version either change an image tag
|
|
extraArgs:
|
|
- --service-cidr=10.100.0.0/16 # THE CLUSTER SERVICE CIDR HERE ( you can find here https://github.com/loft-sh/virtual-cluster#install how to get it)
|
|
storage:
|
|
size: 1Gi |