Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 542 Bytes

chart-logrotate

This repository contains 1 chart that is used to deploy logrotate to kubernetes.

  • logrotate

install logrotate chart

helm repo add stakater https://stakater.github.io/stakater-charts
helm install --name logrotate stakater/logrotate

For customizable values, you can see https://github.com/stakater-charts/logrotate/blob/master/logrotate/values.yaml

And create a values-custom.yaml with your own values and then install by running

helm install --name logrotate stakater/logrotate -f values-custom.yaml