Skip to content

Commit

Permalink
Always give use permission for baseline psp to operator (#83)
Browse files Browse the repository at this point in the history
Signed-off-by: Emruz Hossain <[email protected]>
  • Loading branch information
hossainemruz authored Aug 17, 2020
1 parent d1e0142 commit d869f33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/stash-enterprise/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Create the name of the service account to use
{{- define "operator-psp" -}}
{{- $psps := .Values.security.podSecurityPolicies -}}
{{- if .Values.netVolAccessor.privileged -}}
{{- $psps = without $psps "baseline" -}}
{{- $psps = append $psps "privileged" -}}
{{- end -}}
{{- range $x := $psps }}
Expand Down

0 comments on commit d869f33

Please sign in to comment.