Merge pull request #3080 from RoadieHQ/add-travisci-to-helm

Allow setting travis ci auth token via helm
This commit is contained in:
Ben Lambert
2020-10-26 13:33:19 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -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 }}
+1
View File
@@ -249,3 +249,4 @@ auth:
githubToken: g
gitlabToken: g
newRelicRestApiKey: r
travisciAuthToken: fake-travis-ci-auth-token