Allow setting travis ci auth token via helm

This commit is contained in:
David Tuite
2020-10-24 17:44:01 +01:00
parent f72b512649
commit 86c698d17a
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