Skip to content

Commit 461feb1

Browse files
committed
fix: align nvidia blueprint ClusterRepo name with UI (plural)
The UI (rancher-apps.ts clusterRepoNameFromUrl) and the nvidia-rag blueprint reference the ClusterRepo as nvidia-blueprints (plural), but the operator created it as nvidia-blueprint (singular), so GitOps/Fleet installs failed with "ClusterRepo nvidia-blueprints not found". Align credentials.ClusterRepoNvidiaBlueprint to the plural name.
1 parent a13222e commit 461feb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aif-operator/internal/credentials/credentials.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747
ClusterRepoApplicationCollection = "application-collection"
4848
ClusterRepoSUSERegistry = "suse-ai-registry"
4949
ClusterRepoNvidia = "nvidia"
50-
ClusterRepoNvidiaBlueprint = "nvidia-blueprint"
50+
ClusterRepoNvidiaBlueprint = "nvidia-blueprints"
5151
)
5252

5353
// Basic-auth secrets written to cattle-system for Rancher catalog / Fleet chart pulls.

0 commit comments

Comments
 (0)