You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .catalog-onboard-pipeline.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ offerings:
13
13
install_type: fullstack # ensure value matches what is in ibm_catalog.json (fullstack or extension)
14
14
destroy_resources_on_failure: false # defaults to false if not specified so resources can be inspected to debug failures during validation
15
15
destroy_workspace_on_failure: false # defaults to false if not specified so schematics workspace can be inspected to debug failures during validation
16
-
import_only: true# defaults to false - set to true if you do not want to do any validation, but be aware offering can't be publish if not validated
16
+
import_only: false# defaults to false - set to true if you do not want to do any validation, but be aware offering can't be publish if not validated
17
17
validation_rg: validation # the resource group in which to do validation in. Will be created if does not exist. If not specified, default value is 'validation'
18
18
# scc details needed if your offering is claiming any compliance controls
0 commit comments