Skip to content

Commit

Permalink
root user compatibility defaults (#2730)
Browse files Browse the repository at this point in the history
* root user compatibility defaults

* spacing
  • Loading branch information
jessegoodier authored Nov 3, 2023
1 parent 136b7c9 commit 852faf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ spec:
{{- if .Values.kubecostFrontend.securityContext }}
securityContext:
{{- toYaml .Values.kubecostFrontend.securityContext | nindent 12 }}
{{- else if .Values.global.containerSecurityContext }}
{{- else if and .Values.global.containerSecurityContext (gt $nginxPort 1025) }}
securityContext:
{{- toYaml .Values.global.containerSecurityContext | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 852faf9

Please sign in to comment.