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 57adf67 commit 3729a20Copy full SHA for 3729a20
charts/livekit-jwt/Chart.yaml
@@ -1,6 +1,6 @@
1
---
2
apiVersion: v2
3
name: livekit-jwt
4
-version: 0.0.3
+version: 0.0.4
5
sources:
6
- https://github.com/element-hq/lk-jwt-service
charts/livekit-jwt/templates/ingress.yaml
@@ -6,11 +6,11 @@ metadata:
7
{{- if .Values.ingress.annotations }}
8
annotations:
9
- {{- .Values.ingress.annotations | toYaml | nindent 4 }}
+ {{ .Values.ingress.annotations | toYaml | nindent 4 }}
10
{{- end }}
11
spec:
12
{{- if .Values.ingress.ingressClassName }}
13
- ingressClassName: {{- .Values.ingress.ingressClassName }}
+ ingressClassName: {{ .Values.ingress.ingressClassName }}
14
15
tls:
16
- hosts:
0 commit comments