Skip to content

Instantly share code, notes, and snippets.

@seiflotfy
Created January 18, 2021 15:51
Show Gist options
  • Save seiflotfy/8d6c0c1bcb5de053ea38b3fe77127641 to your computer and use it in GitHub Desktop.
Save seiflotfy/8d6c0c1bcb5de053ea38b3fe77127641 to your computer and use it in GitHub Desktop.
Install Axiom

Install Axiom

$ 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
helm upgrade -i -f values.yaml my-axiom axiom/axiom

(plus maybe throw it in a k8s namespace with -n axiom)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment