Skip to content

Commit

Permalink
[pravega] Issue 139: Fix indentation for segmentStoreSvcAnnotations i…
Browse files Browse the repository at this point in the history
…n pravega template (#140)

Signed-off-by: Ondřej Kobližek <[email protected]>

Signed-off-by: Ondřej Kobližek <[email protected]>
  • Loading branch information
Kobla authored Sep 9, 2022
1 parent e90281f commit e97347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pravega/templates/pravega.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
{{- end }}
{{- if .Values.segmentStore.service.annotations }}
segmentStoreSvcAnnotations:
{{ toYaml .Values.segmentStore.service.annotations | indent 6 }}
{{ toYaml .Values.segmentStore.service.annotations | indent 6 }}
{{- end }}
{{- end }}
{{- if .Values.controller.labels }}
Expand Down

0 comments on commit e97347b

Please sign in to comment.