Fixed indentation error in web.service.annotations (#82)

* Fixed indentation error in web.service.annotations
Bumped version

* Reverted back to 0.3.0 beacuse image for 0.3.1 does not exist
pull/99/head
Andy 4 years ago committed by GitHub
parent 4e98f6ed7f
commit 0d3b814b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ metadata:
{{- include "wg-access-server.labels" . | nindent 4 }}
{{- if .Values.web.service.annotations }}
annotations:
{{ toYaml .Values.web.service.annotations | indent 4 }}
{{ toYaml .Values.web.service.annotations | indent 4 }}
{{- end }}
spec:
{{- if .Values.web.service.externalTrafficPolicy }}

Loading…
Cancel
Save