Add apparmor profile to scheduler chart
Change-Id: I35aca44eac1c66f54a3922c73e7ad3858081cebb
This commit is contained in:
parent
da398d8b2b
commit
c6ee7344a5
@ -37,6 +37,7 @@ spec:
|
||||
scheduler.alpha.kubernetes.io/critical-pod: ''
|
||||
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" "scheduler" "containerNames" (list "anchor") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 8 }}
|
||||
labels:
|
||||
{{ $labels | indent 8 }}
|
||||
spec:
|
||||
|
@ -25,6 +25,10 @@ labels:
|
||||
node_selector_value: enabled
|
||||
|
||||
pod:
|
||||
mandatory_access_control:
|
||||
type: apparmor
|
||||
scheduler:
|
||||
anchor: runtime/default
|
||||
security_context:
|
||||
scheduler:
|
||||
pod:
|
||||
|
Loading…
x
Reference in New Issue
Block a user