fix: missing quotes for ingress

This commit is contained in:
Pierre Mavro
2020-12-15 23:48:48 +01:00
parent 7216026cec
commit 502a5b20bc
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ metadata:
external-dns.alpha.kubernetes.io/target: {{ nlb_ingress_hostname }}
external-dns.alpha.kubernetes.io/ttl: "300"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-headers: DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization,x-csrftoken
nginx.ingress.kubernetes.io/cors-allow-headers: "DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization,x-csrftoken"
spec:
tls:
- hosts:

View File

@@ -19,7 +19,7 @@ metadata:
kubernetes.io/ingress.class: "nginx-qovery"
ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/cors-allow-headers: DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization,x-csrftoken
nginx.ingress.kubernetes.io/cors-allow-headers: "DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization,x-csrftoken"
spec:
tls:
- hosts: