Skip to content

Commit 4737947

Browse files
committed
put string inside quotes
1 parent 884f265 commit 4737947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/templates/ingress.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ spec:
2222
apiVersion: networking.k8s.io/v1
2323
kind: Ingress
2424
metadata:
25-
name: '{{ .Release.Name }}'-teams-redirect
25+
name: '{{ .Release.Name }}-teams-redirect'
2626
namespace: nais-system
2727
annotations:
28-
nginx.ingress.kubernetes.io/temporal-redirect: "https://{{ .Values.host }}"
28+
nginx.ingress.kubernetes.io/temporal-redirect: 'https://{{ .Values.host }}'
2929
spec:
3030
ingressClassName: nais-ingress
3131
rules:

0 commit comments

Comments
 (0)