5 lines
105 B
YAML
5 lines
105 B
YAML
json:
|
|
- op: replace
|
|
path: /spec/replicas
|
|
value: {{ ternary 3 1 .Values.global.highAvailable }}
|