We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca4acc commit 630f6cbCopy full SHA for 630f6cb
templates/virtualization-controller/deployment.yaml
@@ -54,7 +54,7 @@ metadata:
54
namespace: d8-{{ .Chart.Name }}
55
{{- include "helm_lib_module_labels" (list . (dict "app" "virtualization-controller")) | nindent 2 }}
56
spec:
57
- replicas: {{ include "helm_lib_is_ha_to_value" (list . 3 1) }}
+ replicas: 1
58
{{- if (include "helm_lib_ha_enabled" .) }}
59
strategy:
60
type: RollingUpdate
0 commit comments