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 c765050 commit 0182d4eCopy full SHA for 0182d4e
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