Skip to content

Commit 077981c

Browse files
committed
Update note about securityContext
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent f51e409 commit 077981c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

chart/openfaas/values.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ basic_auth: true # Authentication for core components, no good reas
1919
rbac: true # Kubernetes RBAC, no good reason to disable this
2020
generateBasicAuth: true # Set to false if applying credentials separately from the chart, otherwise set to true
2121

22-
# Define a securityContext for the core services
23-
# Currently applies to:
24-
# NATS
25-
# OIDC plugin
26-
# gateway
22+
# Define a securityContext for the containers deployed by this helm chart.
2723
securityContext:
2824
readOnlyRootFilesystem: true
2925
runAsNonRoot: true

0 commit comments

Comments
 (0)