mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 10:35:08 -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
|
```shell-session
|
||||||
yq -i \
|
yq -i \
|
||||||
"(.provider | select(. | has(\"azure\")).azure.image) = \"${IMAGE_URI}\"" \
|
".image = \"${IMAGE_URI}\" | \
|
||||||
constellation-conf.yaml
|
.debugCluster = true" \
|
||||||
yq -i \
|
|
||||||
"(.provider | select(. | has(\"gcp\")).gcp.image) = \"${IMAGE_URI}\"" \
|
|
||||||
constellation-conf.yaml
|
|
||||||
|
|
||||||
yq -i \
|
|
||||||
"(.debugCluster) = true" \
|
|
||||||
constellation-conf.yaml
|
constellation-conf.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user