Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 603 Bytes

README.rst

File metadata and controls

14 lines (10 loc) · 603 Bytes

Kubernetes FluentD Helm chart for Coralogix

You can deploy FluentD based on official Helm chart.

Download parameter file, fill PRIVATE_KEY environment variable and install the chart:

$ helm install coralogix fluentd \
    --repo https://fluent.github.io/helm-charts \
    --values values.yaml \
    --namespace coralogix \
    --create-namespace