File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ 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
138- yq -i e ".global.keycloakClientId=$client_id" $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
138+ yq -i e ".global.keycloakClientId=\" $client_id\" " $CLUSTER_ID/$CLUSTER_ID/tks-cluster/site-values.yaml
139139 ;;
140140
141141 *)
You can’t perform that action at this time.
0 commit comments