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 476851b commit 9cc640eCopy full SHA for 9cc640e
install/kots/manifests/gitpod-installer-job.yaml
@@ -190,7 +190,7 @@ spec:
190
echo "Gitpod: configuring storage for S3"
191
192
yq e -i ".objectStorage.s3.endpoint = \"{{repl ConfigOption "store_s3_endpoint" }}\"" "${CONFIG_FILE}"
193
- yq e -i ".objectStorage.s3.credentials.secret = \"secret\"" "${CONFIG_FILE}"
+ yq e -i ".objectStorage.s3.credentials.kind = \"secret\"" "${CONFIG_FILE}"
194
yq e -i ".objectStorage.s3.credentials.name = \"storage-s3\"" "${CONFIG_FILE}"
195
fi
196
0 commit comments