Skip to content

Commit

Permalink
fix: remove non-root which are usually disabled during on-prem install
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Jan 8, 2025
1 parent 1ba9997 commit 04f3d3d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions charts/testkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ mongodb:
# effect: NoSchedule
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
# -- MongoDB Pod Security Context
podSecurityContext:
runAsNonRoot: true
podSecurityContext: {}
# For OpenShift clusters use the following settings:
# fsGroup: 1000670000

Expand Down Expand Up @@ -575,8 +574,7 @@ testkube-api:
resources: {}
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
# -- MinIO Pod Security Context
podSecurityContext:
runAsNonRoot: true
podSecurityContext: {}
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
# -- Security Context for MinIO container
securityContext: {}
Expand Down Expand Up @@ -961,8 +959,7 @@ testkube-operator:
initialDelaySeconds: 3
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
# -- Testkube Operator Pod Security Context
podSecurityContext:
runAsNonRoot: true
podSecurityContext: {}
# -- Security Context for manager Container
securityContext:
# -- Make root filesystem of the container read-only
Expand Down Expand Up @@ -1087,8 +1084,7 @@ testkube-operator:
labels: {}
# ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod
# -- kube-webhook-certgen Job Security Context
podSecurityContext:
runAsNonRoot: true
podSecurityContext: {}

# Testkube Operator Service Account parameters
serviceAccount:
Expand Down

0 comments on commit 04f3d3d

Please sign in to comment.