This is an automated email from the ASF dual-hosted git repository. lewismc pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika-helm.git
commit f7e518d3a480060d87260414eb6e93ab9bce3de5 Author: Philip Southam <[email protected]> AuthorDate: Mon Apr 26 13:48:21 2021 -0700 trying to lock down helm config --- values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/values.yaml b/values.yaml index b7a66b5..e5c77c3 100644 --- a/values.yaml +++ b/values.yaml @@ -44,11 +44,11 @@ podSecurityContext: {} # fsGroup: 2000 securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true + capabilities: + drop: + - ALL + readOnlyRootFilesystem: true + runAsNonRoot: true # runAsUser: 1000 service:
