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 56a19ee commit 5fe89eeCopy full SHA for 5fe89ee
charts/fluent-operator/templates/fluentd-fluentd.yaml
@@ -14,7 +14,7 @@ spec:
14
bind: 0.0.0.0
15
port: {{ .port }}
16
replicas: {{ .replicas }}
17
- image: {{ template "fluent-operator.image" (tuple .Values.fluentd.image "") }}
+ image: {{ template "fluent-operator.image" (tuple .image "") }}
18
{{- with .imagePullSecrets }}
19
imagePullSecrets:
20
{{- toYaml . | nindent 4 }}
0 commit comments