diff --git a/manifests/base/deployment.yaml b/manifests/base/deployment.yaml index 1513616..d3faf3e 100644 --- a/manifests/base/deployment.yaml +++ b/manifests/base/deployment.yaml @@ -16,7 +16,7 @@ spec: statefulset.kubernetes.io/pod-name: locust spec: securityContext: - runAsNonRoot: true + #runAsNonRoot: true seccompProfile: type: RuntimeDefault containers: diff --git a/manifests/base/postgres-deployment.yaml b/manifests/base/postgres-deployment.yaml index 0eb4449..81dba1a 100644 --- a/manifests/base/postgres-deployment.yaml +++ b/manifests/base/postgres-deployment.yaml @@ -35,7 +35,7 @@ spec: app: postgres spec: securityContext: - runAsNonRoot: true + #runAsNonRoot: true seccompProfile: type: RuntimeDefault containers: