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

Commit 3094d5a

Browse files
authored
Add imagePullPolicy to flink-operator Helm template (#328)
1 parent abba461 commit 3094d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ spec:
360360
command:
361361
- /flink-operator
362362
image: {{ .Values.operatorImage.name }}
363+
imagePullPolicy: {{ .Values.operatorImage.pullPolicy }}
363364
name: flink-operator
364365
ports:
365366
- containerPort: 443

0 commit comments

Comments
 (0)