We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86aa543 commit 3b9afb3Copy full SHA for 3b9afb3
install/kots/manifests/gitpod-installer-job.yaml
@@ -305,7 +305,7 @@ spec:
305
306
echo "Gitpod: Update GITPOD_INSTALLATION_PLATFORM telemetry value"
307
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 }}"'
+ '(select(.kind == "CronJob" and .metadata.name == "gitpod-telemetry") | (.spec.jobTemplate.spec.template.spec.containers[0].env[] | select(.name=="GITPOD_INSTALLATION_PLATFORM")).value |= "repl{{ Distribution }}"' \
309
"${GITPOD_OBJECTS}/templates/gitpod.yaml"
310
311
if [ '{{repl ConfigOptionEquals "reg_incluster" "1" }}' = "true" ];
0 commit comments