diff --git a/resources/scc-daemonset.yaml b/resources/scc-daemonset.yaml index a2d2f135..ca39d7ad 100644 --- a/resources/scc-daemonset.yaml +++ b/resources/scc-daemonset.yaml @@ -5,8 +5,7 @@ metadata: name: nginx-ingress-admin allowPrivilegedContainer: false runAsUser: - type: MustRunAs - uid: 101 + type: MustRunAsRange seLinuxContext: type: MustRunAs fsGroup: diff --git a/resources/scc.yaml b/resources/scc.yaml index 2f3fa32b..f4881832 100644 --- a/resources/scc.yaml +++ b/resources/scc.yaml @@ -5,8 +5,7 @@ metadata: name: nginx-ingress-admin allowPrivilegedContainer: false runAsUser: - type: MustRunAs - uid: 101 + type: MustRunAsRange seLinuxContext: type: MustRunAs fsGroup: