mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Enable Apparmor Docker default to neutron
This enabled for neutron-server Change-Id: I395c69c420ff8bdeb68847cf3edd3bde18241aa8
This commit is contained in:
committed by
diwakar thyagaraj
parent
75af494206
commit
8ec1ba0d5d
@@ -57,6 +57,7 @@ spec:
|
||||
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }}
|
||||
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
|
||||
configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.utils.hash" }}
|
||||
{{ dict "envAll" $envAll "podName" "neutron-server" "containerNames" (list "neutron-server") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 8 }}
|
||||
spec:
|
||||
{{ dict "envAll" $envAll "application" "neutron_server" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
|
||||
serviceAccountName: {{ $serviceAccountName }}
|
||||
|
||||
@@ -15,3 +15,5 @@ pod:
|
||||
neutron-sriov-agent-default: runtime/default
|
||||
neutron-netns-cleanup-cron-default:
|
||||
neutron-netns-cleanup-cron-default: runtime/default
|
||||
neutron-server:
|
||||
neutron-server: runtime/default
|
||||
|
||||
Reference in New Issue
Block a user