mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
7 lines
211 B
Smarty
7 lines
211 B
Smarty
{{/*
|
|
The volume (referencing config) to be inserted into additionalVolumes.
|
|
*/}}
|
|
{{- define "common.addon.promtail.volumeSpec" -}}
|
|
configMap:
|
|
name: {{ include "common.names.fullname" . }}-promtail
|
|
{{- end -}}
|