mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-03-31 22:08:49 +02:00
6 lines
297 B
YAML
6 lines
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 |