chore: Remove explicitly declared runAsNonRoot: true (#1475)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>pull/1477/head
parent
7de6e58b26
commit
4d8e0e25a9
|
|
@ -76,7 +76,7 @@ metadata:
|
|||
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
|
||||
repository: https://github.com/eclipse-che/che-operator
|
||||
support: Eclipse Foundation
|
||||
name: eclipse-che-preview-openshift.v7.52.0-643.next
|
||||
name: eclipse-che-preview-openshift.v7.52.0-644.next
|
||||
namespace: placeholder
|
||||
spec:
|
||||
apiservicedefinitions: {}
|
||||
|
|
@ -1181,7 +1181,6 @@ spec:
|
|||
- ALL
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||
name: webhook-tls-certs
|
||||
|
|
@ -1392,7 +1391,7 @@ spec:
|
|||
maturity: stable
|
||||
provider:
|
||||
name: Eclipse Foundation
|
||||
version: 7.52.0-643.next
|
||||
version: 7.52.0-644.next
|
||||
webhookdefinitions:
|
||||
- admissionReviewVersions:
|
||||
- v1
|
||||
|
|
|
|||
|
|
@ -125,7 +125,6 @@ spec:
|
|||
timeoutSeconds: 5
|
||||
securityContext:
|
||||
privileged: false
|
||||
runAsNonRoot: true
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: false
|
||||
capabilities:
|
||||
|
|
|
|||
|
|
@ -6023,7 +6023,6 @@ spec:
|
|||
- ALL
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||
name: webhook-tls-certs
|
||||
|
|
|
|||
|
|
@ -140,7 +140,6 @@ spec:
|
|||
- ALL
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||
name: webhook-tls-certs
|
||||
|
|
|
|||
|
|
@ -6025,7 +6025,6 @@ spec:
|
|||
- ALL
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||
name: webhook-tls-certs
|
||||
|
|
|
|||
|
|
@ -140,7 +140,6 @@ spec:
|
|||
- ALL
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||
name: webhook-tls-certs
|
||||
|
|
|
|||
|
|
@ -140,7 +140,6 @@ spec:
|
|||
- ALL
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: true
|
||||
volumeMounts:
|
||||
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||
name: webhook-tls-certs
|
||||
|
|
|
|||
Loading…
Reference in New Issue