Skip to content

Commit

Permalink
Update manager.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham authored Aug 19, 2024
1 parent 277a92b commit 5021733
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ spec:
# operator: In
# values:
# - linux
securityContext:
runAsNonRoot: true
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
Expand All @@ -64,11 +63,10 @@ spec:
- --leader-elect
image: 'ghcr.io/snapp-incubator/argocd-complementary-operator:0.4.0'
name: manager
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- "ALL"
envFrom:
- configMapRef:
name: public-repos
securityContext: {}
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 5021733

Please sign in to comment.