From ed466d9cafe308b0daf7158d5705c3bedaac6e23 Mon Sep 17 00:00:00 2001 From: pd2839 Date: Fri, 22 Mar 2019 15:30:05 -0500 Subject: [PATCH] Neutron: Add pod/container security context removing readOnlyRootFilesystem flag since pods are running to crashLoopBackOff state by implementing HTK functionality. Change-Id: I221bdb54b1e94e4089fb079f161dcb4de4dd3571 --- neutron/templates/deployment-server.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/neutron/templates/deployment-server.yaml b/neutron/templates/deployment-server.yaml index a03e498b91..56a9a41c04 100644 --- a/neutron/templates/deployment-server.yaml +++ b/neutron/templates/deployment-server.yaml @@ -49,8 +49,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 {{ dict "envAll" $envAll "application" "neutron" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }} serviceAccountName: {{ $serviceAccountName }} affinity: