We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884f265 commit 4737947Copy full SHA for 4737947
charts/templates/ingress.yaml
@@ -22,10 +22,10 @@ spec:
22
apiVersion: networking.k8s.io/v1
23
kind: Ingress
24
metadata:
25
- name: '{{ .Release.Name }}'-teams-redirect
+ name: '{{ .Release.Name }}-teams-redirect'
26
namespace: nais-system
27
annotations:
28
- nginx.ingress.kubernetes.io/temporal-redirect: "https://{{ .Values.host }}"
+ nginx.ingress.kubernetes.io/temporal-redirect: 'https://{{ .Values.host }}'
29
spec:
30
ingressClassName: nais-ingress
31
rules:
0 commit comments