From 1022de8e6476262a3242a11efcc6ae1dc5b0d678 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Mon, 7 Aug 2023 08:50:49 +0200 Subject: [PATCH] Fix indentation of the sa annotations --- charts/k8up/templates/serviceaccount.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/k8up/templates/serviceaccount.yaml b/charts/k8up/templates/serviceaccount.yaml index cef36db0a..43cc7acfb 100644 --- a/charts/k8up/templates/serviceaccount.yaml +++ b/charts/k8up/templates/serviceaccount.yaml @@ -6,7 +6,7 @@ metadata: labels: {{ include "k8up.labels" . | indent 4 }} {{- with .Values.serviceAccount.annotations }} -annotations: + annotations: {{- toYaml . | nindent 4 }} {{- end }}