mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-22 21:31:14 -05:00
debugd: adapt README to set global image field in config (#992)
This commit is contained in:
parent
582412d275
commit
ac3b2f417f
@ -33,14 +33,8 @@ With `cdbg` and `yq` installed in your path:
|
||||
|
||||
```shell-session
|
||||
yq -i \
|
||||
"(.provider | select(. | has(\"azure\")).azure.image) = \"${IMAGE_URI}\"" \
|
||||
constellation-conf.yaml
|
||||
yq -i \
|
||||
"(.provider | select(. | has(\"gcp\")).gcp.image) = \"${IMAGE_URI}\"" \
|
||||
constellation-conf.yaml
|
||||
|
||||
yq -i \
|
||||
"(.debugCluster) = true" \
|
||||
".image = \"${IMAGE_URI}\" | \
|
||||
.debugCluster = true" \
|
||||
constellation-conf.yaml
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user