Skip to content

Commit 3b9afb3

Browse files
committed
kots installer job fix
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 86aa543 commit 3b9afb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/kots/manifests/gitpod-installer-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ spec:
305305
306306
echo "Gitpod: Update GITPOD_INSTALLATION_PLATFORM telemetry value"
307307
yq eval-all --inplace \
308-
'(select(.kind == "CronJob" and .metadata.name == "gitpod-telemetry") | (.spec.jobTemplate.spec.template.spec.containers[0].env[] | select(.name=="GITPOD_INSTALLATION_PLATFORM")).value |= "repl{{ Distribution }}"'
308+
'(select(.kind == "CronJob" and .metadata.name == "gitpod-telemetry") | (.spec.jobTemplate.spec.template.spec.containers[0].env[] | select(.name=="GITPOD_INSTALLATION_PLATFORM")).value |= "repl{{ Distribution }}"' \
309309
"${GITPOD_OBJECTS}/templates/gitpod.yaml"
310310
311311
if [ '{{repl ConfigOptionEquals "reg_incluster" "1" }}' = "true" ];

0 commit comments

Comments
 (0)