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 19d3625 commit 4c683edCopy full SHA for 4c683ed
installer/install.sh
@@ -75,7 +75,7 @@ create_codefresh_secret() {
75
\"ingressController\":\"${CSDP_INGRESS_CONTROLLER}\",
76
\"componentNames\":${COMPONENTS},
77
\"runtimeVersion\":\"v0.0.0\",
78
- \"managed\":\"${CSDP_MANAGED_RUNTIME}\"
+ \"managed\":${CSDP_MANAGED_RUNTIME}
79
}"
80
81
RUNTIME_CREATE_DATA="{\"operationName\":\"CreateRuntime\",\"variables\":{\"args\":$RUNTIME_CREATE_ARGS}"
0 commit comments