From a6ab75d85f3906420f9d7cb32e95c87bd32b95df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Filipe=20Moura?= Date: Tue, 8 Nov 2022 11:44:39 -0300 Subject: [PATCH] fix: templating of wireguard service annotation (#5) --- templates/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/services.yaml b/templates/services.yaml index 1ab9429..a5652e2 100644 --- a/templates/services.yaml +++ b/templates/services.yaml @@ -37,7 +37,7 @@ metadata: labels: {{- include "netmaker.labels" . | nindent 4 }} name: '{{ include "netmaker.fullname" . }}-wireguard' - {{- with .Values.service.annotations }} + {{- with .Values.wireguard.service.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }}