[bitnami/oauth2-proxy] add quotes around host to allow wildcard host (#7454)

Co-authored-by: Dorian de Koning <dorian@weave.nl>
This commit is contained in:
Dorian de Koning
2021-09-10 13:30:24 +02:00
committed by GitHub
parent e308e4ed90
commit 0ddf643511
2 changed files with 2 additions and 2 deletions

View File

@@ -30,4 +30,4 @@ name: oauth2-proxy
sources:
- https://github.com/bitnami/bitnami-docker-oauth2-proxy
- https://github.com/oauth2-proxy/oauth2-proxy
version: 0.1.8
version: 0.1.9

View File

@@ -22,7 +22,7 @@ metadata:
spec:
rules:
{{- if .Values.ingress.hostname }}
- host: {{ .Values.ingress.hostname }}
- host: {{ .Values.ingress.hostname | quote }}
http:
paths:
{{- if .Values.ingress.extraPaths }}