File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
# The chart to use
4
4
azimuth_chart_repo : https://azimuth-cloud.github.io/azimuth
5
5
azimuth_chart_name : azimuth
6
- azimuth_chart_version : 0.14.1
6
+ azimuth_chart_version : 0.15.0
7
7
8
8
# Release information for the Azimuth release
9
9
azimuth_release_namespace : azimuth
@@ -119,12 +119,12 @@ azimuth_oidc_client_spec:
119
119
grantTypes : [AuthorizationCode]
120
120
redirectUris :
121
121
- >-
122
- {{
123
- "{}://{}/auth/oidc/complete/".format(
124
- 'https' if azimuth_ingress_tls_enabled else 'http',
125
- azimuth_ingress_host
126
- )
127
- }}
122
+ {{
123
+ "{}://{}/auth/oidc/complete/".format(
124
+ 'https' if azimuth_ingress_tls_enabled else 'http',
125
+ azimuth_ingress_host
126
+ )
127
+ }}
128
128
# The client secret
129
129
# If not given and an identity realm is being used, a client is created - see above
130
130
azimuth_oidc_client_secret : " {{ undef(hint = 'azimuth_oidc_client_secret is required') }}"
You can’t perform that action at this time.
0 commit comments