readOnlyFilesystem: true for nagios chart

Fix for adding readOnlyFilesystem flag at pod
level

Change-Id: I1b70d0537a6561ca1e521d52b331b50bc7b2c3dc
This commit is contained in:
Rahul Khiyani 2019-02-27 16:38:05 -05:00
parent 2eb745d53a
commit e20242fbdb
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 }}