Merge "readOnlyFilesystem: true for fluent-logging chart"

This commit is contained in:
Zuul 2019-03-07 19:02:31 +00:00 committed by Gerrit Code Review
commit 3d84a612f9

View File

@ -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: