Autopsy k8s helm chart has been tested in minikube It may be different for your cluster - feel free to change anything you want
Create a namespace
kubectl create namespace autopsy
cd common
cp secrets.yml.sample secrets.yml
k apply -f secrets.yml --namespace=autopsy
Update dependencies
cd ../autopsy
helm dependency update
helm dependency list
Install with dependencies
helm install autopsy . -f values.yaml
For arm64 I recommend using:
helm install postgresql --set userDatabase.name=postgres --set userDatabase.user=postgres --set userDatabase.password=postgres --set settings.authMethod=trust groundhog2k/postgres