Skip to content

Commit

Permalink
fix(CSI-236): for OCP installations, only 1 machineConfigPolicy was c…
Browse files Browse the repository at this point in the history
…reated
  • Loading branch information
sergeyberezansky committed Jul 31, 2024
1 parent f265f23 commit 9aa68ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Capabilities.APIVersions.Has "security.openshift.io/v1/SecurityContextConstraints" }}
{{ range .Values.machineConfigLabels }}
{{- range .Values.machineConfigLabels }}
kind: MachineConfig
apiVersion: machineconfiguration.openshift.io/v1
metadata:
Expand Down Expand Up @@ -34,5 +34,6 @@ spec:
WantedBy=multi-user.target
name: csi-wekafs-selinux-policy.service
enabled: true
---
{{- end }}
{{- end }}

0 comments on commit 9aa68ca

Please sign in to comment.