Skip to content

Commit 83b01c3

Browse files
authored
fix: renamed catalogd service name in download-catalog hack script (#1545)
Co-authored-by: Artur Zych <[email protected]>
1 parent 4bbd6fa commit 83b01c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/catalogs/download-catalog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assert-commands kubectl jq wget
88

99
# ClusterCatalog coordinates
1010
: "${CATALOGD_CATALOGD_SERVICE_NAMESPACE:=olmv1-system}"
11-
: "${CATALOGD_SERVICE_NAME:=catalogd-server}"
11+
: "${CATALOGD_SERVICE_NAME:=catalogd-service}"
1212
: "${CATALOGD_SERVICE_PORT:=443}" # Assumes the service uses HTTPS on port 443
1313
: "${CATALOGD_LOCAL_SERVICE_PORT:=8001}"
1414

0 commit comments

Comments
 (0)