Skip to content

Commit

Permalink
Merge pull request #446 from kmala/charts
Browse files Browse the repository at this point in the history
fix(charts):Use the common storage secret
  • Loading branch information
kmala authored Oct 26, 2016
2 parents af3c746 + 4745179 commit 3c110dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 80 deletions.
27 changes: 0 additions & 27 deletions charts/builder/templates/builder-storage-secret.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions charts/builder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,56 +3,3 @@ pull_policy: "Always"
docker_tag: canary
# limits_cpu: "100m"
# limits_memory: "50Mi"

global:
# Set the storage backend
#
# Valid values are:
# - s3: Store persistent data in AWS S3 (configure in S3 section)
# - azure: Store persistent data in Azure's object storage
# - gcs: Store persistent data in Google Cloud Storage
# - minio: Store persistent data on in-cluster Minio server
storage: minio

# Set the location of Workflow's Registry
#
# Valid values are:
# - on-cluster: Run registry within the Kubernetes cluster
# - off-cluster: Use registry outside the Kubernetes cluster (example: dockerhub,quay.io,self-hosted)
# - ecr: Use Amazon's ECR
# - gcr: Use Google's GCR
registry_location: "on-cluster"
# The host port to which registry proxy binds to
host_port: 5555
# Prefix for the imagepull secret created when using private registry
secret_prefix: "private-registry"

s3:
# Your AWS access key. Leave it empty if you want to use IAM credentials.
accesskey: ""
# Your AWS secret key. Leave it empty if you want to use IAM credentials.
secretkey: ""
# Any S3 region
region: "us-west-1"
# Your buckets.
builder_bucket: "your-builder-bucket-name"

azure:
accountname: "YOUR ACCOUNT NAME"
accountkey: "YOUR ACCOUNT KEY"
builder_container: "your-builder-container-name"

gcs:
# key_json is expanded into a JSON file on the remote server. It must be
# well-formatted JSON data.
key_json: ''
builder_bucket: "your-builder-bucket-name"

swift:
username: "Your OpenStack Swift Username"
password: "Your OpenStack Swift Password"
authurl: "Swift auth URL for obtaining an auth token"
# Your OpenStack tenant name if you are using auth version 2 or 3.
tenant: ""
authversion: "Your OpenStack swift auth version"
builder_container: "your-builder-container-name"

0 comments on commit 3c110dd

Please sign in to comment.