Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit f4ca46a

Browse files
authored
fix image name (#351)
1 parent 9272f09 commit f4ca46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/flink-operator/templates/flink-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ spec:
361361
- --watch-namespace=
362362
command:
363363
- /flink-operator
364-
image: {{ .Values.operatorImage.name.name }}
364+
image: {{ .Values.operatorImage.name }}
365365
imagePullPolicy: {{ .Values.operatorImage.pullPolicy }}
366366
name: flink-operator
367367
ports:

0 commit comments

Comments
 (0)