Skip to content

Commit

Permalink
fix(oauth2-proxy): drop capabilities of wait redis container
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Leroy <[email protected]>
  • Loading branch information
maxime1907 committed Jul 12, 2023
1 parent a501b0a commit 23703e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 6.15.1
version: 6.15.2
apiVersion: v2
appVersion: 7.4.0
home: https://oauth2-proxy.github.io/oauth2-proxy/
Expand Down
3 changes: 3 additions & 0 deletions helm/oauth2-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ spec:
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 65534
capabilities:
drop:
- ALL
{{- end }}
containers:
- name: {{ .Chart.Name }}
Expand Down

0 comments on commit 23703e7

Please sign in to comment.