Skip to content

Commit

Permalink
change drop capabilities to uppercase (#1124)
Browse files Browse the repository at this point in the history
Signed-off-by: FlorisF <floris.feddema@infosupport.com>
Co-authored-by: FlorisF <floris.feddema@infosupport.com>
  • Loading branch information
FlorisFeddema and FlorisFeddema committed Mar 3, 2023
1 parent 6522ac6 commit a6b155f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/sealed-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ maintainers:
url: https://github.com/bitnami-labs/sealed-secrets
name: sealed-secrets
type: application
version: 2.7.5
version: 2.7.6
2 changes: 1 addition & 1 deletion helm/sealed-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ containerSecurityContext:
runAsUser: 1001
capabilities:
drop:
- all
- ALL

## @param automountServiceAccountToken whether to automatically mount the service account API-token to a particular pod
automountServiceAccountToken: ""
Expand Down

0 comments on commit a6b155f

Please sign in to comment.