pod security - privileged
This commit is contained in:
@@ -45,18 +45,20 @@ spec:
|
|||||||
- name: apiIngress.annotations.traefik\.ingress\.kubernetes\.io\/router\.tls
|
- name: apiIngress.annotations.traefik\.ingress\.kubernetes\.io\/router\.tls
|
||||||
value: 'true'
|
value: 'true'
|
||||||
forceString: true
|
forceString: true
|
||||||
- name: containerSecurityContext.allowPrivilegeEscalation
|
# - name: containerSecurityContext.allowPrivilegeEscalation
|
||||||
value: 'false'
|
# value: 'false'
|
||||||
- name: containerSecurityContext.capabilities.drop
|
# - name: containerSecurityContext.capabilities.drop
|
||||||
value: 'ALL'
|
# value: 'ALL'
|
||||||
- name: containerSecurityContext.runAsNonRoot
|
# - name: containerSecurityContext.runAsNonRoot
|
||||||
value: 'true'
|
# value: 'true'
|
||||||
- name: containerSecurityContext.seccompProfile.type
|
# - name: containerSecurityContext.seccompProfile.type
|
||||||
value: 'RuntimeDefault'
|
# value: 'RuntimeDefault'
|
||||||
chart: minio
|
chart: minio
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: minio
|
namespace: minio
|
||||||
|
labels:
|
||||||
|
pod-security.kubernetes.io/enforce: privileged
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|||||||
Reference in New Issue
Block a user