Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Sign in
Toggle navigation
Menu
Open sidebar
open-toolchain
simple-vsi-toolchain
Commits
6607fccf
Unverified
Commit
6607fccf
authored
Oct 11, 2021
by
Akshay Vijapur
Browse files
remove api-key dependency from fetchers
parent
96544ad5
Changes
4
Hide whitespace changes
Inline
Side-by-side
.bluemix/deploy.json
View file @
6607fccf
...
...
@@ -65,8 +65,7 @@
"validator"
:
{
"v-type"
:
"vpc-name"
,
"params"
:
[
"vpcRegion"
,
"api-key"
"vpcRegion"
]
}
},
...
...
.bluemix/deploy_blue_green.json
View file @
6607fccf
...
...
@@ -56,8 +56,7 @@
"validator"
:
{
"v-type"
:
"vpc-name"
,
"params"
:
[
"vpcRegion"
,
"api-key"
"vpcRegion"
]
}
},
...
...
@@ -69,8 +68,7 @@
"validator"
:{
"v-type"
:
"alb-pool"
,
"params"
:[
"loadbalancer"
,
"api-key"
"loadbalancer"
]
}
},
...
...
@@ -82,8 +80,7 @@
"validator"
:{
"v-type"
:
"alb-pool"
,
"params"
:[
"loadbalancer"
,
"api-key"
"loadbalancer"
]
}
},
...
...
.bluemix/deploy_canary.json
View file @
6607fccf
...
...
@@ -70,8 +70,7 @@
"validator"
:
{
"v-type"
:
"vpc-name"
,
"params"
:
[
"vpcRegion"
,
"api-key"
"vpcRegion"
]
}
},
...
...
@@ -83,8 +82,7 @@
"validator"
:{
"v-type"
:
"alb-pool"
,
"params"
:[
"loadbalancer"
,
"api-key"
"loadbalancer"
]
}
},
...
...
.bluemix/deploy_rolling.json
View file @
6607fccf
...
...
@@ -44,8 +44,7 @@
"validator"
:
{
"v-type"
:
"vpc-name"
,
"params"
:
[
"vpcRegion"
,
"api-key"
"vpcRegion"
]
}
},
...
...
@@ -69,8 +68,7 @@
"validator"
:
{
"v-type"
:
"alb-pool"
,
"params"
:
[
"loadbalancer"
,
"api-key"
"loadbalancer"
]
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment