mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
build-aci: change 'val' abbreviation to 'value'
The spec changed, so etcd must be updated to follow the new spec:
12a9617c2f
This commit is contained in:
parent
bca1e5aea6
commit
80c174255a
@ -11,9 +11,9 @@ cat <<DF > manifest
|
||||
"acKind": "ImageManifest",
|
||||
"name": "coreos.com/etcd",
|
||||
"labels": [
|
||||
{"name": "os", "val": "linux"},
|
||||
{"name": "arch", "val": "amd64"},
|
||||
{"name": "version", "val": "${1}"}
|
||||
{"name": "os", "value": "linux"},
|
||||
{"name": "arch", "value": "amd64"},
|
||||
{"name": "version", "value": "${1}"}
|
||||
],
|
||||
"app": {
|
||||
"exec": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user