From 5e1ecd9840397bf9e8829ce0d98fcb721db1b74e Mon Sep 17 00:00:00 2001 From: Rahul Khiyani Date: Thu, 18 Apr 2019 20:40:48 +0000 Subject: [PATCH] Revert "readOnlyRootFilesystem: true for kibana chart" This reverts commit 244f177ecb2574e8984b8590655af491e49420b4. 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: I6920956b881fa358a37003d21a7b76602e2ac61c --- kibana/templates/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kibana/templates/deployment.yaml b/kibana/templates/deployment.yaml index de721745dd..df3e6a7349 100644 --- a/kibana/templates/deployment.yaml +++ b/kibana/templates/deployment.yaml @@ -45,8 +45,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 }} affinity: {{ tuple $envAll "kibana" "dashboard" | include "helm-toolkit.snippets.kubernetes_pod_anti_affinity" | indent 8 }}