Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
chore: Pass the pipelineUser token to the Lighthouse chart
Browse files Browse the repository at this point in the history
This means that passing whether vault is enabled and the cluster name
don't actually do anything yet - eventually we'll switch to use
vault's mutating webhook and bypass the need for an additional secret,
but for now...

Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
  • Loading branch information
abayer authored and jenkins-x-bot committed Jan 22, 2020
1 parent 387b248 commit d964d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env/lighthouse/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ vault:
clusterName: {{ .Requirements.cluster.clusterName }}

user: "{{ .Parameters.pipelineUser.username }}"

oauthToken: "{{ .Parameters.pipelineUser.token }}"

0 comments on commit d964d36

Please sign in to comment.