Skip to content

Commit 07276c3

Browse files
authored
fix indent typo (#8)
* fix indent typo * Update Chart.yaml
1 parent 0cb0353 commit 07276c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/sentry-webhook/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: sentry-webhook
3-
version: 0.0.1
3+
version: 0.0.2

charts/sentry-webhook/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
ingressClassName: {{ .Values.ingress.ingressClassName }}
99
{{- end }}
1010
{{- if .Values.ingress.tls }}
11-
tls: {{ toYaml .Values.ingress.tls | ninident 4 }}
11+
tls: {{ toYaml .Values.ingress.tls | nindent 4 }}
1212
{{- end }}
1313
rules:
1414
- host: {{ .Values.ingress.host }}

0 commit comments

Comments
 (0)