From 011039599a1545dda40f028f90c4514c6a9f0d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 6 Apr 2021 13:32:21 +0200 Subject: [PATCH] Fix value path --- execution/helm/templates/theodolite/serviceaccount.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/execution/helm/templates/theodolite/serviceaccount.yaml b/execution/helm/templates/theodolite/serviceaccount.yaml index 1ee80adc2..4585b8ce4 100644 --- a/execution/helm/templates/theodolite/serviceaccount.yaml +++ b/execution/helm/templates/theodolite/serviceaccount.yaml @@ -5,7 +5,7 @@ metadata: name: {{ include "theodolite.serviceAccountName" . }} labels: {{- include "theodolite.labels" . | nindent 4 }} - {{- with .Values.theodolite.serviceAccount.annotations }} + {{- with .Values.serviceAccount.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }} -- GitLab