Skip to content

Commit 37ff91e

Browse files
Simon Emmsroboquat
Simon Emms
authored andcommitted
[installer]: allow the s3 connection to be insecure
1 parent 988d75e commit 37ff91e

File tree

5 files changed

+9932
-1
lines changed

5 files changed

+9932
-1
lines changed

install/installer/cmd/testdata/render/aws-setup/output.golden

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2+
# Licensed under the MIT License. See License-MIT.txt in the project root for license information.
3+
4+
apiVersion: v1
5+
domain: gitpod.example.com
6+
metadata:
7+
region: local
8+
objectStorage:
9+
inCluster: false
10+
s3:
11+
endpoint: s3-provider.com
12+
allowInsecureConnection: true
13+
bucket: s3-bucket
14+
credentials:
15+
kind: secret
16+
name: s3-storage

0 commit comments

Comments
 (0)