Skip to content

Commit 2b6a76e

Browse files
authored
Merge pull request #341 from cho4036/release
bug fix: missing realms in url
2 parents b655cf6 + ec6b2c6 commit 2b6a76e

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)