Skip to content

Commit 5fe89ee

Browse files
sousa-miguelcw-Guo
authored andcommitted
fix: Invalid reference
This PR fixes: fluent/helm-charts#617 fluent/helm-charts#616 Signed-off-by: Miguel <[email protected]>
1 parent 56a19ee commit 5fe89ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/fluent-operator/templates/fluentd-fluentd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
bind: 0.0.0.0
1515
port: {{ .port }}
1616
replicas: {{ .replicas }}
17-
image: {{ template "fluent-operator.image" (tuple .Values.fluentd.image "") }}
17+
image: {{ template "fluent-operator.image" (tuple .image "") }}
1818
{{- with .imagePullSecrets }}
1919
imagePullSecrets:
2020
{{- toYaml . | nindent 4 }}

0 commit comments

Comments
 (0)