Skip to content
Prev Previous commit
Next Next commit
update imagepullsecret
Signed-off-by: Allen Li <[email protected]>
  • Loading branch information
qpdpQ committed Jan 24, 2025
commit 89fac0778b611464a7d19def5d3c548ebf3bd976
3 changes: 2 additions & 1 deletion helm/templates/01-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ spec:
value: "true"
image: {{ .Values.operatorImage }}
imagePullPolicy: IfNotPresent
imagePullSecret: {{ .Values.imagePullSecret }}
livenessProbe:
failureThreshold: 10
httpGet:
Expand Down Expand Up @@ -249,6 +248,8 @@ spec:
type: RuntimeDefault
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
imagePullSecrets:
- name: {{ .Values.imagePullSecret }}
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down