Skip to content

Commit dc89c3d

Browse files
committed
chore: use new secret ref format.
1 parent adb6208 commit dc89c3d

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

ibm_catalog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@
319319
"default_value": false,
320320
"description": "Set to `true` to force create a standard api key. By default the generated apikey will be a service api key. It is recommended to use a Git Token when using the service api key. In the case where the user has been invited to an account and that user not the account owner, during toolchain creation the default compliance repositories will be created in that user's account and the service api will not have access to those repositories. In this case a Git Token for the repositories is required. See `repo_git_token_secret_name` for more details. The alternative is to set `force_create_standard_api_key` to `true` to create a standard api key.",
321321
"required": false
322+
},
323+
{
324+
"key": "ibmcloud_api",
325+
"type": "string",
326+
"default_value": "",
327+
"description": "The environment URL. When left unset this will default to `https://cloud.ibm.com`",
328+
"required": false
322329
},
323330
{
324331
"key": "create_git_token",
@@ -842,6 +849,13 @@
842849
"default_value": false,
843850
"description": "Set to `true` to force create a standard api key. By default the generated apikey will be a service api key. It is recommended to use a Git Token when using the service api key. In the case where the user has been invited to an account and that user not the account owner, during toolchain creation the default compliance repositories will be created in that user's account and the service api will not have access to those repositories. In this case a Git Token for the repositories is required. See `repo_git_token_secret_name` for more details. The alternative is to set `force_create_standard_api_key` to `true` to create a standard api key.",
844851
"required": false
852+
},
853+
{
854+
"key": "ibmcloud_api",
855+
"type": "string",
856+
"default_value": "",
857+
"description": "The environment URL. When left unset this will default to `https://cloud.ibm.com`",
858+
"required": false
845859
},
846860
{
847861
"key": "create_git_token",

kubernetes/stack_definition.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
"hidden": false,
6060
"default": ""
6161
},
62+
{
63+
"name": "ibmcloud_api",
64+
"required": false,
65+
"type": "string",
66+
"hidden": false,
67+
"default": ""
68+
},
6269
{
6370
"name": "registry_namespace",
6471
"required": false,
@@ -701,6 +708,10 @@
701708
"name": "cos_instance_crn",
702709
"value": "ref:../../members/2 - Cloud Object Storage/outputs/cos_instance_id"
703710
},
711+
{
712+
"name" : "ibmcloud_api",
713+
"value" : "ref:../../inputs/ibmcloud_api"
714+
},
704715
{
705716
"name" : "registry_namespace",
706717
"value" : "ref:../../inputs/registry_namespace"
@@ -905,6 +916,10 @@
905916
{
906917
"name" : "cd_cluster_namespace",
907918
"value" : "ref:../../inputs/cd_cluster_namespace"
919+
},
920+
{
921+
"name" : "use_legacy_ref",
922+
"value" : false
908923
}
909924
]
910925
}

stack_definition.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
"hidden": false,
6060
"default": ""
6161
},
62+
{
63+
"name": "ibmcloud_api",
64+
"required": false,
65+
"type": "string",
66+
"hidden": false,
67+
"default": ""
68+
},
6269
{
6370
"name": "registry_namespace",
6471
"required": false,
@@ -662,6 +669,10 @@
662669
"name": "cos_instance_crn",
663670
"value": "ref:../../members/2 - Cloud Object Storage/outputs/cos_instance_id"
664671
},
672+
{
673+
"name" : "ibmcloud_api",
674+
"value" : "ref:../../inputs/ibmcloud_api"
675+
},
665676
{
666677
"name": "registry_namespace",
667678
"value": "ref:../../inputs/registry_namespace"
@@ -849,7 +860,11 @@
849860
{
850861
"name": "use_app_repo_for_cd_deploy",
851862
"value": true
852-
}
863+
},
864+
{
865+
"name" : "use_legacy_ref",
866+
"value" : false
867+
}
853868
]
854869
},
855870
{

0 commit comments

Comments
 (0)