Skip to content

Commit 4745179

Browse files
committed
fix(charts):Use the common storage secret
1 parent af3c746 commit 4745179

2 files changed

Lines changed: 0 additions & 80 deletions

File tree

charts/builder/templates/builder-storage-secret.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

charts/builder/values.yaml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -3,56 +3,3 @@ pull_policy: "Always"
33
docker_tag: canary
44
# limits_cpu: "100m"
55
# limits_memory: "50Mi"
6-
7-
global:
8-
# Set the storage backend
9-
#
10-
# Valid values are:
11-
# - s3: Store persistent data in AWS S3 (configure in S3 section)
12-
# - azure: Store persistent data in Azure's object storage
13-
# - gcs: Store persistent data in Google Cloud Storage
14-
# - minio: Store persistent data on in-cluster Minio server
15-
storage: minio
16-
17-
# Set the location of Workflow's Registry
18-
#
19-
# Valid values are:
20-
# - on-cluster: Run registry within the Kubernetes cluster
21-
# - off-cluster: Use registry outside the Kubernetes cluster (example: dockerhub,quay.io,self-hosted)
22-
# - ecr: Use Amazon's ECR
23-
# - gcr: Use Google's GCR
24-
registry_location: "on-cluster"
25-
# The host port to which registry proxy binds to
26-
host_port: 5555
27-
# Prefix for the imagepull secret created when using private registry
28-
secret_prefix: "private-registry"
29-
30-
s3:
31-
# Your AWS access key. Leave it empty if you want to use IAM credentials.
32-
accesskey: ""
33-
# Your AWS secret key. Leave it empty if you want to use IAM credentials.
34-
secretkey: ""
35-
# Any S3 region
36-
region: "us-west-1"
37-
# Your buckets.
38-
builder_bucket: "your-builder-bucket-name"
39-
40-
azure:
41-
accountname: "YOUR ACCOUNT NAME"
42-
accountkey: "YOUR ACCOUNT KEY"
43-
builder_container: "your-builder-container-name"
44-
45-
gcs:
46-
# key_json is expanded into a JSON file on the remote server. It must be
47-
# well-formatted JSON data.
48-
key_json: ''
49-
builder_bucket: "your-builder-bucket-name"
50-
51-
swift:
52-
username: "Your OpenStack Swift Username"
53-
password: "Your OpenStack Swift Password"
54-
authurl: "Swift auth URL for obtaining an auth token"
55-
# Your OpenStack tenant name if you are using auth version 2 or 3.
56-
tenant: ""
57-
authversion: "Your OpenStack swift auth version"
58-
builder_container: "your-builder-container-name"

0 commit comments

Comments
 (0)