Skip to content

screwdriver-cd/screwdriver-chart

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Introduction

This chart bootstraps the whole screwdriver ecosystem and also nginx ingress controller.

Prerequisites

Installing the chart:

Please set up the following K8S secrets before installing the chart:

  • screwdriver-api-{{ .Values.env }}-secrets
  • screwdriver-store-{{ .Values.env }}-secrets (OPTIONAL)

An example secret template file screwdriver-api-secrets.tmpl is provided. Run generate_secret.sh to generate secrets that can be auto-generated, the rest still need to be added manually.

# before running the script, please configure your scm settings in example-scm-settings.json
# reference: https://github.com/screwdriver-cd/screwdriver/blob/master/config/custom-environment-variables.yaml#L265
$ ./generate_secrets.sh
# replace name and namespace with what you specify in values.yaml
$ kubectl apply -f screwdriver-api-secrets.yaml
# OPTIONAL: create the secrets for store if you configure to use S3 for store
$ kubectl apply -f screwdriver-store-secrets.yaml

You can customize your Screwdriver flavor in values.yaml, after that, install the chart:

$ helm dependency update
$ helm install my-screwdriver . --namespace your-namespace
# To delete everything
$ helm uninstall my-screwdriver
# To update the chart
$ helm upgrade my-screwdriver . --namespace your-namespace

About

Kubernetes helm chart for deploying the whole Screwdriver ecosystem

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published