How can I run the unreleased master version? 🔗︎

  1. Clone the logging-operator repo.

    git clone git@github.com:banzaicloud/logging-operator.git
    
  2. Navigate to the logging-operator folder.

    cd logging-operator
    
  3. Install with helm

    • Helm v3

       helm upgrade --install --wait --create-namespace --namespace logging logging ./charts/logging-operator --set image.tag=master
      

How can I support the project? 🔗︎