readOnlyFilesystem: true for fluent-logging chart
Fix for adding readOnlyFilesystem flag at pod level Change-Id: I29224a4f0a6a9ac98dd6016eaf7215a99230328e
This commit is contained in:
parent
e836707ad0
commit
be45316771
@ -94,6 +94,8 @@ spec:
|
||||
configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.utils.hash" }}
|
||||
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
|
||||
spec:
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
{{ dict "envAll" $envAll "application" "fluentd" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
|
||||
serviceAccountName: {{ $serviceAccountName }}
|
||||
affinity:
|
||||
|
Loading…
Reference in New Issue
Block a user