mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user