Merge "readOnlyFilesystem: true for nagios chart"

This commit is contained in:
Zuul 2019-03-07 18:14:11 +00:00 committed by Gerrit Code Review
commit 0171373e86
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ spec:
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.utils.hash" }}
spec:
securityContext:
readOnlyRootFilesystem: true
serviceAccountName: {{ $serviceAccountName }}
nodeSelector:
{{ .Values.labels.nagios.node_selector_key }}: {{ .Values.labels.nagios.node_selector_value | quote }}