Skip to content

Commit 79d08ac

Browse files
authored
use unique prefix in catalog validation to avoid name clash (#637)
1 parent ab72160 commit 79d08ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solutions/fully-configurable/catalogValidationValues.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"cluster_resource_tags": $TAGS,
33
"kms_encryption_enabled_cluster": true,
44
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN,
5-
"existing_cos_instance_crn": $COS_INSTANCE_CRN
5+
"existing_cos_instance_crn": $COS_INSTANCE_CRN,
6+
"prefix": $PREFIX
67
}

0 commit comments

Comments
 (0)