Skip to content

Commit

Permalink
global
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Nov 21, 2023
1 parent 311e399 commit 1aa40ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions helm/cert-manager-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,5 +496,18 @@ startupapicheck:
# Automount API credentials for a Service Account.
automountServiceAccountToken: true

securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault

containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true

ciliumNetworkPolicy:
enabled: false

0 comments on commit 1aa40ce

Please sign in to comment.