mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 12:06:56 -06:00
12 lines
287 B
YAML
12 lines
287 B
YAML
{{- if .Values.filebeat.enabled }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "pipelines.fullname" . }}-filebeat-config
|
|
labels:
|
|
{{- include "pipelines.labels" . | nindent 4 }}
|
|
data:
|
|
filebeat.yml: |
|
|
{{ tpl .Values.filebeat.filebeatYml . | indent 4 }}
|
|
{{- end -}}
|