Skip to content

Commit b546034

Browse files
authored
Merge pull request #342 from openinfradev/release
231127 release to main (v3.1.3)
2 parents f9d86f3 + 2b6a76e commit b546034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-repo/create-cluster-repo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ spec:
134134
135135
yq -i e ".global.clusterEndpointHost=\"$cluster_endpoint_host\"" $CLUSTER_ID/$CLUSTER_ID/tks-cluster/site-values.yaml
136136
yq -i e ".global.clusterEndpointPort=$cluster_endpoint_port" $CLUSTER_ID/$CLUSTER_ID/tks-cluster/site-values.yaml
137-
yq -i e ".global.keycloakIssuerUri=\"$KEYCLOAK_URL\"" $CLUSTER_ID/$CLUSTER_ID/tks-cluster/site-values.yaml
137+
yq -i e ".global.keycloakIssuerUri=\"$KEYCLOAK_URL/realms/$CONTRACT_ID\"" $CLUSTER_ID/$CLUSTER_ID/tks-cluster/site-values.yaml
138138
yq -i e ".global.keycloakClientId=\"$client_id\"" $CLUSTER_ID/$CLUSTER_ID/tks-cluster/site-values.yaml
139139
;;
140140

0 commit comments

Comments
 (0)