Skip to content

Commit 9cc640e

Browse files
shaoyeroboquat
authored andcommitted
[kots] Fix s3 secret typo in gitpod installer job
`kind: secret` is miswritten in `secret: secret`, causing installer render to fail
1 parent 476851b commit 9cc640e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
echo "Gitpod: configuring storage for S3"
191191
192192
yq e -i ".objectStorage.s3.endpoint = \"{{repl ConfigOption "store_s3_endpoint" }}\"" "${CONFIG_FILE}"
193-
yq e -i ".objectStorage.s3.credentials.secret = \"secret\"" "${CONFIG_FILE}"
193+
yq e -i ".objectStorage.s3.credentials.kind = \"secret\"" "${CONFIG_FILE}"
194194
yq e -i ".objectStorage.s3.credentials.name = \"storage-s3\"" "${CONFIG_FILE}"
195195
fi
196196
fi

0 commit comments

Comments
 (0)