Quick start To do a quick install suitable for non production environments such as minikube: helm upgrade –install –create-namespace -n spire spire-crds spire-crds \ –repo https://spiffe.github.io/helm-charts-hardened/ helm upgrade –install -n spire spire spire \ –repo https://spiffe.github.io/helm-charts-hardened/ Production Deployment Preparing a production deployment requires a few extra steps. Save the following to your-values.yaml, ideally in your git repo. global: openshift: false # If running on openshift, set to true spire: recommendations: enabled: true namespaces: create: true…