debugd: adapt README to set global image field in config (#992)

This commit is contained in:
Malte Poll 2023-01-20 15:41:33 +01:00 committed by GitHub
parent 582412d275
commit ac3b2f417f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```