Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 7, 2024
1 parent 62f94b3 commit 45cb0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-api/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ Define containerSecurityContext
{{- end }}

{{/*
Define podSecurityContext
Define podSecurityContext for MinIo
*/}}
{{- define "minio.podSecurityContext" -}}
{{- if .Values.global.podSecurityContext }}
Expand All @@ -442,7 +442,7 @@ Define podSecurityContext
{{- end }}

{{/*
Define containerSecurityContext
Define containerSecurityContext for MinIo
*/}}
{{- define "minio.containerSecurityContext" -}}
{{- if .Values.global.containerSecurityContext }}
Expand Down

0 comments on commit 45cb0eb

Please sign in to comment.