From a368f73d14075798af4fd3327932bfa82f7034d3 Mon Sep 17 00:00:00 2001 From: George Almasi Date: Wed, 10 Apr 2024 13:49:12 +0000 Subject: [PATCH] typo fix: broken jinja syntax in the keylime agent daemon set Signed-off-by: George Almasi --- .../keylime/charts/keylime-agent/templates/daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/helm/keylime/charts/keylime-agent/templates/daemonset.yaml b/build/helm/keylime/charts/keylime-agent/templates/daemonset.yaml index fdcb328..a9067a6 100644 --- a/build/helm/keylime/charts/keylime-agent/templates/daemonset.yaml +++ b/build/helm/keylime/charts/keylime-agent/templates/daemonset.yaml @@ -8,7 +8,7 @@ spec: selector: matchLabels: {{- include "agent.selectorLabels" . | nindent 6 }} - {{- if .Values.serviceAccount.create -}} + {{- if .Values.serviceAccount.create }} serviceAccountName: {{ include "agent.serviceAccountName" . }} {{- end }} template: @@ -24,7 +24,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - {{- if .Values.serviceAccount.create -}} + {{- if .Values.serviceAccount.create }} serviceAccountName: {{ include "agent.serviceAccountName" . }} {{- end }} initContainers: