Skip to content

Commit

Permalink
added imagePullSecrets to ocean chart
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Apr 16, 2024
1 parent 8d25dcd commit 13065f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/port-ocean/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ spec:
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- toYaml . | nindent 10 }}
{{- end }}
securityContext:
securityContext:
{{- if .Values.podSecurityContext }}
{{- toYaml .Values.podSecurityContext | nindent 10 }}
{{- end }}
Expand Down

0 comments on commit 13065f7

Please sign in to comment.