Revert "readOnlyFilesystem: true for nagios chart"

This reverts commit e20242fbdb3de6a2a7e42f2026937a4a17c88d09.

removing readOnlyRootFilesystem flag since pods are running to "crashLoopBackOff" state by implementing HTK functionality

when we have set the readOnly flag at pod without HTK functionality the changes were not effected. That is why it passed the gate.

Change-Id: I6027be601b4241b26b0fbc3c70c886714dac4a48
This commit is contained in:
Rahul Khiyani 2019-04-17 22:08:55 +00:00
parent e20242fbdb
commit 70aaafb2d1

View File

@ -81,8 +81,6 @@ 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 }}