diff --git a/dp-terraform/helm/rhacs-terraform/templates/scc.yaml b/dp-terraform/helm/rhacs-terraform/templates/scc.yaml index cd9ee326c5..835dab32d3 100644 --- a/dp-terraform/helm/rhacs-terraform/templates/scc.yaml +++ b/dp-terraform/helm/rhacs-terraform/templates/scc.yaml @@ -9,6 +9,13 @@ volumes: runAsUser: type: RunAsAny seLinuxContext: - type: RunAsAny + type: MustRunAs fsGroup: type: RunAsAny +allowHostDirVolumePlugin: false +allowHostIPC: false +allowHostNetwork: false +allowHostPID: false +allowHostPorts: false +allowPrivilegedContainer: false +readOnlyRootFilesystem: false