Skip to content

Commit 6ca9281

Browse files
authored
ci: disable secret_groups in DA validation to avid name clash (#320)
1 parent 600945c commit 6ca9281

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

solutions/fully-configurable/catalogValidationValues.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"service_plan": "trial",
66
"kms_encryption_enabled": true,
77
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN,
8-
"region": "eu-de"
8+
"region": "eu-de",
9+
"secret_groups": "[]"
910
}

solutions/security-enforced/catalogValidationValues.json.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"prefix": $PREFIX,
55
"service_plan": "trial",
66
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN,
7-
"region": "eu-de"
7+
"region": "eu-de",
8+
"secret_groups": "[]"
89
}

0 commit comments

Comments
 (0)