Commit aebd16d 1 parent 79faf46 commit aebd16d Copy full SHA for aebd16d
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.60 .0
19
+ version : 0.61 .0
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ metadata:
23
23
name : hub-frontend-ingress
24
24
annotations :
25
25
kubernetes.io/ingress.class : {{ .Values.ingress }}
26
- {{- if .Values.kerberoshub.oauth2Proxy.enabled }}
26
+ {{- if eq .Values.kerberoshub.oauth2Proxy.enabled true }}
27
27
nginx.ingress.kubernetes.io/auth-url : " https://$host/oauth2/auth"
28
28
nginx.ingress.kubernetes.io/auth-signin : " https://$host/oauth2/start?rd=$escaped_request_uri"
29
29
{{- end }}
@@ -103,7 +103,7 @@ spec:
103
103
servicePort : 80
104
104
{{- end }}
105
105
{{- end }}
106
- {{- if .Values.kerberoshub.oauth2Proxy.enabled - }}
106
+ {{- if eq .Values.kerberoshub.oauth2Proxy.enabled true }}
107
107
---
108
108
apiVersion : networking.k8s.io/v1
109
109
kind : Ingress
@@ -120,7 +120,7 @@ metadata:
120
120
spec :
121
121
ingressClassName : nginx
122
122
rules :
123
- - host : {{ .Values.kerberoshub.frontend.url }}
123
+ - host : " {{ .Values.kerberoshub.frontend.url }}"
124
124
http :
125
125
paths :
126
126
- path : /oauth2
@@ -132,9 +132,9 @@ spec:
132
132
number : 4180
133
133
tls :
134
134
- hosts :
135
- - {{ .Values.kerberoshub.frontend.url }}
135
+ - " {{ .Values.kerberoshub.frontend.url }}"
136
136
secretName : oauth2-proxy-tls
137
- {{- end - }}
137
+ {{- end }}
138
138
---
139
139
apiVersion : apps/v1
140
140
kind : Deployment
You can’t perform that action at this time.
0 commit comments