File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
wiz-outpost-lite/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ container-registry -> outpost-lite-runner-container-registry
104104
105105{{/* Add apparmor pod annotation if given */}}
106106{{- if ne $values.podAnnotationsApparmor "" }}
107- {{- $key := printf "container.apparmor.security.beta.kubernetes.io/%s-%s" $.Chart.Name $runner }}
108- {{- $appArmor := dict $key $values.podAnnotationsApparmor }}
109- {{- $values = merge $values (dict "podAnnotations" $appArmor ) }}
107+ {{- $appArmorKey := printf "container.apparmor.security.beta.kubernetes.io/%s-%s" $.Chart.Name $runner }}
108+ {{- $appArmorDict := dict $appArmorKey $values.podAnnotationsApparmor }}
109+ {{- $values = merge $values (dict "podAnnotations" $appArmorDict ) }}
110110{{- end }}
111111
112112{{- if hasKey $values "containerSecurityContextOverride"}}
You can’t perform that action at this time.
0 commit comments