Add newrelic rest api key to helm charts (#2875)

This commit is contained in:
David Tuite
2020-10-14 08:45:45 +01:00
committed by GitHub
parent c926765a2c
commit 7f48256f76
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.0
version: 0.1.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
@@ -18,4 +18,5 @@ stringData:
GITHUB_TOKEN: {{ .Values.auth.githubToken }}
GITLAB_TOKEN: {{ .Values.auth.gitlabToken }}
AZURE_TOKEN: {{ .Values.auth.azure.api.token }}
NEW_RELIC_REST_API_KEY: {{ .Values.auth.newRelicRestApiKey }}
{{- end }}
+1
View File
@@ -243,3 +243,4 @@ auth:
# Used by the scaffolder to create GitHub repos. Must have 'repo' scope.
githubToken: g
gitlabToken: g
newRelicRestApiKey: r