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.
2 parents ffbe88e + dac584d commit ec9c5e4Copy full SHA for ec9c5e4
charts/fluent-operator/templates/fluent-operator-deployment.yaml
@@ -102,7 +102,9 @@ spec:
102
{{- with .Values.operator.extraArgs }}
103
{{- toYaml . | nindent 10 }}
104
{{- end }}
105
- - --disable-component-controllers={{ .Values.operator.disableComponentControllers | quote }}
+ {{- with .Values.operator.disableComponentControllers }}
106
+ - {{ printf "%s=%s" "--disable-component-controllers" . | quote }}
107
+ {{- end }}
108
volumeMounts:
109
- name: env
110
mountPath: /fluent-operator
0 commit comments