Skip to content

Commit

Permalink
Merge pull request #3 from zapier/add-helm-repo-docs
Browse files Browse the repository at this point in the history
Add helm repo to install docs
  • Loading branch information
Matt Morrison authored Dec 22, 2022
2 parents 9802dcf + 1dd1851 commit 7109245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/tfbuddy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: tfbuddy
description: A Helm chart for tfbuddy
type: application
version: 0.1.0
version: 0.2.0
maintainers:
- name: zapier
dependencies:
- name: nats
version: 0.14.2
version: 0.19.1
repository: https://nats-io.github.io/k8s/helm/charts/
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export TFC_TOKEN="" \
GITLAB_TOKEN="" \
GITLAB_TOKEN_USER=""

helm repo add tfbuddy https://zapier.github.io/tfbuddy/

helm install tfbuddy charts/tfbuddy \
--set secrets.env.TFC_TOKEN="${TFC_TOKEN}" \
--set secrets.env.GITLAB_TOKEN="${GITLAB_TOKEN}" \
Expand Down

0 comments on commit 7109245

Please sign in to comment.