You've already forked drone-runner-charts
fix: mounting of env var file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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 }}
|
Reference in New Issue
Block a user