Skip to content

Commit

Permalink
fix nats service annotation indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Apr 16, 2024
1 parent 6b99459 commit 7c7da46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/bindplane/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metadata:
namespace: {{ .Release.Namespace }}
annotations:
{{- if .Values.service.annotations }}
{{ toYaml .Values.service.annotations | indent 4 }}
{{ toYaml .Values.service.annotations | indent 4 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ include "bindplane.name" . }}
Expand Down
4 changes: 4 additions & 0 deletions test/cases/nats/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
service:
annotations:
a: b

extraEnv:
- name: BINDPLANE_LOGGING_LEVEL
value: debug
Expand Down

0 comments on commit 7c7da46

Please sign in to comment.