Adding apparmor annotation kube-proxy

Change-Id: Ia5c3ec489e5dc6c247b1ac3646285da4716d3e1a
This commit is contained in:
NarlaSandeepNarlaSaibaba 2020-02-01 18:51:32 -06:00
parent 7c8377447c
commit ea61be1ac4
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ spec:
{{ $labels | indent 8 }}
annotations:
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }}
{{ dict "envAll" $envAll "podName" "kubernetes-proxy" "containerNames" (list "proxy") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 8 }}
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
{{ dict "envAll" $envAll "application" "proxy" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}