Skip to content

Commit 13065f7

Browse files
added imagePullSecrets to ocean chart
1 parent 8d25dcd commit 13065f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/port-ocean/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ spec:
2020
spec:
2121
{{- with .Values.imagePullSecrets }}
2222
imagePullSecrets:
23-
{{- toYaml . | nindent 8 }}
23+
{{- toYaml . | nindent 10 }}
2424
{{- end }}
25-
securityContext:
25+
securityContext:
2626
{{- if .Values.podSecurityContext }}
2727
{{- toYaml .Values.podSecurityContext | nindent 10 }}
2828
{{- end }}

0 commit comments

Comments
 (0)