Helm must be installed to use these charts. Please refer to the official documentation to get started.
helm repo add axosyslog https://axoflow.github.io/axosyslog-charts
You can then see the charts by running:
helm search repo axosyslog
You can install charts using the following command:
helm install --generate-name axosyslog/axosyslog-collector
# OR
helm install --name my-axosyslog-collector axosyslog/axosyslog-collector
Tip: List all installed releases using
helm list
.
To uninstall a chart release:
helm delete my-release