We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb0353 commit 07276c3Copy full SHA for 07276c3
charts/sentry-webhook/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: sentry-webhook
3
-version: 0.0.1
+version: 0.0.2
charts/sentry-webhook/templates/ingress.yaml
@@ -8,7 +8,7 @@ spec:
8
ingressClassName: {{ .Values.ingress.ingressClassName }}
9
{{- end }}
10
{{- if .Values.ingress.tls }}
11
- tls: {{ toYaml .Values.ingress.tls | ninident 4 }}
+ tls: {{ toYaml .Values.ingress.tls | nindent 4 }}
12
13
rules:
14
- host: {{ .Values.ingress.host }}
0 commit comments