mirror of https://git.rancher.io/charts
14 lines
328 B
YAML
14 lines
328 B
YAML
|
{{- if .Values.elasticsearch.enabled }}
|
||
|
apiVersion: logging.banzaicloud.io/v1beta1
|
||
|
kind: Logging
|
||
|
metadata:
|
||
|
name: {{ .Release.Name }}
|
||
|
namespace: {{ .Release.Namespace }}
|
||
|
labels:
|
||
|
{{ include "logging-operator.labels" . | indent 4 }}
|
||
|
spec:
|
||
|
controlNamespace: {{ .Release.Namespace }}
|
||
|
fluentbit: {}
|
||
|
fluentd: {}
|
||
|
{{- end }}
|