We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c243b commit 03fa33dCopy full SHA for 03fa33d
tasks/update_runtime_configs
@@ -9,7 +9,7 @@ function update_runtime_configs() {
9
arguments="${arguments} -o ops-files/${op}"
10
done
11
12
- bosh --json config --column content --type runtime --name default | jq .Tables[0].Rows[0].content -r > /tmp/original-runtime-config.yml
+ bosh --json config --column content --type runtime --name dns | jq .Tables[0].Rows[0].content -r > /tmp/original-runtime-config.yml
13
bosh interpolate ${arguments} /tmp/original-runtime-config.yml > /tmp/runtime-config.yml
14
bosh -n update-runtime-config --name dns /tmp/runtime-config.yml
15
}
0 commit comments