Skip to content

Commit

Permalink
remove security context
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasCote committed Mar 6, 2024
1 parent fbc8185 commit 952c986
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gh-runner-helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ spec:
cpu: {{ .Values.webapp.container.cpu }}
ports:
- containerPort: {{ .Values.webapp.container.port }}
securityContext:
capabilities:
add: ["CAP_SETGID","CAP_SETUID"]
env:
- name: REPO
value: {{ .Values.webapp.repo }}
Expand Down

0 comments on commit 952c986

Please sign in to comment.