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 4b0fa9a commit c54b3d0Copy full SHA for c54b3d0
charts/jitsi/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: jitsi
3
-version: 0.2.0
+version: 0.2.1
charts/jitsi/templates/ingress.yaml
@@ -3,7 +3,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
4
metadata:
5
name: jitsi-web
6
- {{- if or .Values.ingress.annotations .Values.commonAnnotations }}
+ {{- if or .Values.ingress.annotations .Values.ingress.commonAnnotations }}
7
{{ $annotations := merge .Values.ingress.annotations .Values.ingress.commonAnnotations }}
8
annotations: {{ toYaml $annotations | nindent 4 }}
9
{{- end }}
0 commit comments