Skip to content

Commit c54b3d0

Browse files
committed
ingress annotations
1 parent 4b0fa9a commit c54b3d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/jitsi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: jitsi
3-
version: 0.2.0
3+
version: 0.2.1

charts/jitsi/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: networking.k8s.io/v1
33
kind: Ingress
44
metadata:
55
name: jitsi-web
6-
{{- if or .Values.ingress.annotations .Values.commonAnnotations }}
6+
{{- if or .Values.ingress.annotations .Values.ingress.commonAnnotations }}
77
{{ $annotations := merge .Values.ingress.annotations .Values.ingress.commonAnnotations }}
88
annotations: {{ toYaml $annotations | nindent 4 }}
99
{{- end }}

0 commit comments

Comments
 (0)