Skip to content

Commit

Permalink
fix: templating of wireguard service annotation (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmrm authored Nov 8, 2022
1 parent 673aa30 commit a6ab75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a6ab75d

Please sign in to comment.