Skip to content

Commit

Permalink
chore: remove security context
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 26, 2024
1 parent 75f7098 commit 856c423
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ spec:
# operator: In
# values:
# - linux
securityContext: {}
# TODO(user): For common cases that do not require escalating privileges
# it is recommended to ensure that all your Pods/Containers are restrictive.
# More info: https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted
# Please uncomment the following code if your project does NOT have to work on old Kubernetes
# versions < 1.19 or on vendors versions which do NOT support this field by default (i.e. Openshift < 4.11 ).
# seccompProfile:
# type: RuntimeDefault
containers:
- command:
- /manager
Expand All @@ -66,7 +58,6 @@ spec:
envFrom:
- configMapRef:
name: public-repos
securityContext: {}
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 856c423

Please sign in to comment.