Skip to content

Commit

Permalink
Update deployment.yaml - remove second copy of securityContext
Browse files Browse the repository at this point in the history
  • Loading branch information
gandazgul authored Sep 6, 2023
1 parent 9048b88 commit 4f36157
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ spec:
secretName: openshift-oauth-proxy-tls
{{- end }}
serviceAccountName: {{ template "forecastle.name" . }}
{{- with .Values.forecastle.deployment.podSecurityContext }}
securityContext:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.forecastle.deployment.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 4f36157

Please sign in to comment.