File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
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.57 .0
19
+ version : 0.58 .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 @@ -13,17 +13,17 @@ spec:
13
13
selector :
14
14
app : hub-frontend
15
15
---
16
- {{ if .Capabilities.APIVersions.Has "networking.k8s.io/v1" }}
16
+ {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1" }}
17
17
apiVersion : networking.k8s.io/v1
18
- {{ else }}
18
+ {{- else }}
19
19
apiVersion : networking.k8s.io/v1beta1
20
- {{ end }}
20
+ {{- end }}
21
21
kind : Ingress
22
22
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 .Values.kerberoshub.oauth2Proxy.enabled }}
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 }}
38
38
tls :
39
39
{{- toYaml . | nindent 8 }}
40
40
{{- end }}
41
- {{ if .Capabilities.APIVersions.Has "networking.k8s.io/v1" }}
41
+ {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1" }}
42
42
rules :
43
43
- host : " {{ .Values.kerberoshub.frontend.url }}"
44
44
http :
75
75
number : 80
76
76
{{- end }}
77
77
78
- {{ else }}
78
+ {{- else }}
79
79
rules :
80
80
- host : " {{ .Values.kerberoshub.frontend.url }}"
81
81
http :
@@ -102,7 +102,7 @@ spec:
102
102
serviceName : hub-frontend-svc
103
103
servicePort : 80
104
104
{{- end }}
105
- {{ end }}
105
+ {{- end }}
106
106
{{- if .Values.kerberoshub.oauth2Proxy.enabled -}}
107
107
---
108
108
apiVersion : networking.k8s.io/v1
You can’t perform that action at this time.
0 commit comments