Skip to content

Commit

Permalink
🐛 Removed extra space
Browse files Browse the repository at this point in the history
Signed-off-by: afreyermuth98 <[email protected]>
  • Loading branch information
afreyermuth98 committed Sep 11, 2024
1 parent 2e510c5 commit b82dfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/falco/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
{{ toYaml .Values.metrics.service.labels | nindent 4 }}
type: "falco-metrics"
annotations:
{{ toYaml .Values.metrics.service.annotations | nindent 4 }}
{{ toYaml .Values.metrics.service.annotations | nindent 4 }}
spec:
type: {{ .Values.metrics.service.type }}
ports:
Expand Down

0 comments on commit b82dfcc

Please sign in to comment.