Skip to content

Commit

Permalink
fix(deps): invalid .Values.selinuxSupport flag in nodeserver template
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky committed Jun 17, 2024
1 parent c3ba0a7 commit ae50f10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
name: legacy-volume-access
readOnly: true
{{- end }}
{{- if or (.Capabilities.APIVersions.Has "security.openshift.io/v1/SecurityContextConstraints") (eq .Values.selinuxSupport "on") }}
{{- if or (.Capabilities.APIVersions.Has "security.openshift.io/v1/SecurityContextConstraints") (eq .Values.selinuxSupport "enforced") }}
- mountPath: /etc/selinux/config
name: selinux-config
{{- end }}
Expand Down

0 comments on commit ae50f10

Please sign in to comment.