Merge pull request #3080 from RoadieHQ/add-travisci-to-helm
Allow setting travis ci auth token via helm
This commit is contained in:
@@ -19,4 +19,5 @@ stringData:
|
||||
GITLAB_TOKEN: {{ .Values.auth.gitlabToken }}
|
||||
AZURE_TOKEN: {{ .Values.auth.azure.api.token }}
|
||||
NEW_RELIC_REST_API_KEY: {{ .Values.auth.newRelicRestApiKey }}
|
||||
TRAVISCI_AUTH_TOKEN: {{ .Values.auth.travisciAuthToken }}
|
||||
{{- end }}
|
||||
|
||||
@@ -249,3 +249,4 @@ auth:
|
||||
githubToken: g
|
||||
gitlabToken: g
|
||||
newRelicRestApiKey: r
|
||||
travisciAuthToken: fake-travis-ci-auth-token
|
||||
|
||||
Reference in New Issue
Block a user