Skip to content

Commit

Permalink
fix/wireguard service annotation (#4)
Browse files Browse the repository at this point in the history
* fix: templating of wireguard service annotation

* chore: package new chart
  • Loading branch information
jfmrm authored Nov 8, 2022
1 parent b3964e9 commit 673aa30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified netmaker-0.3.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ metadata:
name: '{{ include "netmaker.fullname" . }}-wireguard'
{{- with .Values.service.annotations }}
annotations:
{{- toYaml .Values.service.annotations | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
externalTrafficPolicy: Local
Expand Down

0 comments on commit 673aa30

Please sign in to comment.