$ helm repo add axiom https://axiomhq.github.io/axiom-helm-charts
$ helm repo update
$ # just to check
$ helm search repo axiom
NAME CHART VERSION APP VERSION DESCRIPTION
axiom/axiom 0.2.3 1.3.0-rc.8 Axiom Private
- fetch https://github.com/axiomhq/axiom-helm-charts/blob/master/values.yaml fill it in and
helm upgrade -i -f values.yaml my-axiom axiom/axiom
(plus maybe throw it in a k8s namespace with -n axiom
)