From 70aaafb2d17b24aa573771c9bb6b46eff960b748 Mon Sep 17 00:00:00 2001 From: Rahul Khiyani Date: Wed, 17 Apr 2019 22:08:55 +0000 Subject: [PATCH] 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 --- nagios/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/nagios/templates/deployment.yaml b/nagios/templates/deployment.yaml index d0f3d35ec..6c16264a9 100644 --- a/nagios/templates/deployment.yaml +++ b/nagios/templates/deployment.yaml @@ -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 }}