Skip to content

Commit 4c683ed

Browse files
add managed field
1 parent 19d3625 commit 4c683ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ create_codefresh_secret() {
7575
\"ingressController\":\"${CSDP_INGRESS_CONTROLLER}\",
7676
\"componentNames\":${COMPONENTS},
7777
\"runtimeVersion\":\"v0.0.0\",
78-
\"managed\":\"${CSDP_MANAGED_RUNTIME}\"
78+
\"managed\":${CSDP_MANAGED_RUNTIME}
7979
}"
8080

8181
RUNTIME_CREATE_DATA="{\"operationName\":\"CreateRuntime\",\"variables\":{\"args\":$RUNTIME_CREATE_ARGS}"

0 commit comments

Comments
 (0)