mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 01:07:46 +00:00
Neutron: Add pod/container security context
removing readOnlyRootFilesystem flag since pods are running to crashLoopBackOff state by implementing HTK functionality. Change-Id: I221bdb54b1e94e4089fb079f161dcb4de4dd3571
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user