We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4d513 commit 36f4441Copy full SHA for 36f4441
wiz-outpost-lite/templates/deployment.yaml
@@ -14,12 +14,12 @@ spec:
14
{{- include "wiz-outpost-lite.selectorLabels" . | nindent 6 }}
15
template:
16
metadata:
17
- {{- if or (not (empty .Values.podAnnotations)) (ne .Values.apparmorProfile "") }}
+ {{- if or .Values.podAnnotations .Values.apparmorProfile }}
18
annotations:
19
{{- with .Values.podAnnotations }}
20
{{- toYaml . | nindent 8 }}
21
{{- end }}
22
- {{- if ne .Values.apparmorProfile "" }}
+ {{- if .Values.apparmorProfile }}
23
container.apparmor.security.beta.kubernetes.io/{{ printf "%s-%s" .Chart.Name .runner }}: {{ .Values.apparmorProfile }}
24
25
0 commit comments