KubeZero/charts/kubeadm/templates/patches/corednsdeployment1+json.yaml

5 lines
105 B
YAML

json:
- op: replace
path: /spec/replicas
value: {{ ternary 3 1 .Values.global.highAvailable }}