Skip to content

Commit

Permalink
fix: fixing registry url path
Browse files Browse the repository at this point in the history
  • Loading branch information
secondsun committed Nov 19, 2021
1 parent 9baf7e1 commit ad19f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void doCreateOrUpdateResource(ServiceRegistryConnection resource,
var status = resource.getStatus();
status.setMessage("Created");
status.setUpdated(Instant.now().toString());
status.setRegistryUrl(registry.getRegistryUrl());
status.setRegistryUrl(registry.getRegistryUrl() + "/apis/registry/v2");
status.setServiceAccountSecretName(serviceAccountSecretName);
status.setMetadata(
ConnectionResourcesMetadata.buildServiceMetadata(oAuthHost, oAuthRealm, oAuthTokenPath));
Expand Down

0 comments on commit ad19f16

Please sign in to comment.