1
0

updated docs and fixed npm integration

This commit is contained in:
sido
2018-08-06 21:44:00 +02:00
parent 83e9a428d7
commit b36759fab2
2 changed files with 4 additions and 1 deletions

View File

@ -14,4 +14,5 @@ data:
codecovToken: {{ .Values.PipelineSecrets.Env.CodecovToken | b64enc | quote }}
githubToken: {{ .Values.PipelineSecrets.Env.GitHubToken | b64enc | quote }}
sonarToken: {{ .Values.PipelineSecrets.Env.SonarToken | b64enc | quote }}
npmToken: {{ .Values.PipelineSecrets.Env.NpmToken | b64enc | quote }}
{{- end }}