We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de8437 commit d4daf52Copy full SHA for d4daf52
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