fix: mounting of env var file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-24 22:43:23 +02:00
parent 1c94c9de06
commit ea2ca22e7c
3 changed files with 7 additions and 7 deletions

View File

@ -6,6 +6,6 @@ metadata:
{{- include "droneRunner.labels" . | nindent 4 }}
name: {{ include "droneRunner.fullname" . }}
data:
{{ base .Values.config.DRONE_RUNNER_ENV_FILE }}: |
{{ .Values.envFile.content }}
custom-env-vars: |
{{- .Values.envFile.content | nindent 4 }}
{{- end }}