Skip to content

Commit fe2d53b

Browse files
committed
fix: securityContext fixes
1 parent b428496 commit fe2d53b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

INSTALL/k8s/setup.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ spec:
8787
runAsNonRoot: true
8888
runAsUser: 65532 # nonroot user from gcr.io/distroless/static:nonroot image
8989
runAsGroup: 65532 # nonroot group from gcr.io/distroless/static:nonroot image
90-
allowPrivilegeEscalation: false
9190
serviceAccountName: "plugin-helm-chart"
9291
terminationGracePeriodSeconds: 10
9392

internal/controller/helm_pipeline/templates/helm-pipeline-install-job-spec.yml.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ template:
1111
runAsNonRoot: true
1212
runAsUser: 65532 # nonroot user from gcr.io/distroless/static:nonroot image
1313
runAsGroup: 65532 # nonroot group from gcr.io/distroless/static:nonroot image
14-
allowPrivilegeEscalation: false
1514

1615
containers:
1716
- name: helm

0 commit comments

Comments
 (0)