Skip to content

Commit c0a021a

Browse files
authored
PLT-1886: Fixed cluster profile manifest pack day 2 operation (#665)
1 parent 28c2fab commit c0a021a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spectrocloud/resource_cluster_profile.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,9 @@ func toClusterProfilePackUpdateWithResolution(pSrc interface{}, packs []*models.
527527
pUID = resolvedUID
528528
}
529529
case models.V1PackTypeManifest:
530-
pUID = "spectro-manifest-pack"
530+
if pUID == "" {
531+
pUID = "spectro-manifest-pack"
532+
}
531533
}
532534

533535
pack := &models.V1PackManifestUpdateEntity{

0 commit comments

Comments
 (0)