A Helm chart to deploy Steampipe and Powerpipe to Kubernetes.
helm repo add oguzhan-yilmaz https://oguzhan-yilmaz.github.io/steampipe-powerpipe-kubernetes
helm repo update oguzhan-yilmaz
helm repo update oguzhan-yilmaz
helm upgrade --install steampipe-powerpipe \
-n turbot --create-namespace \
oguzhan-yilmaz/steampipe-powerpipe-kubernetes
helm show values oguzhan-yilmaz/steampipe-powerpipe-kubernetes --version X.Y.Z > steampipe-powerpipe-values.yaml
# update the steampipe-powerpipe-values.yaml on your own accord
helm upgrade --install steampipe-powerpipe \
-n turbot \
-f steampipe-powerpipe-values.yaml \
--create-namespace \
--version X.Y.Z \
oguzhan-yilmaz/steampipe-powerpipe-kubernetes
You can use the argocd-application.yaml
manifest in the Github repo: https://github.com/oguzhan-yilmaz/steampipe-powerpipe-kubernetes/blob/main/argocd-application.yaml
kubectl apply -f https://raw.githubusercontent.com/oguzhan-yilmaz/steampipe-powerpipe-kubernetes/refs/heads/main/argocd-application.yaml
Name | URL |
---|---|
Github Repo | https://github.com/oguzhan-yilmaz/steampipe-powerpipe-kubernetes |
Github Releases | https://github.com/oguzhan-yilmaz/steampipe-powerpipe-kubernetes/releases |
Github Pages | https://oguzhan-yilmaz.github.io/steampipe-powerpipe-kubernetes/ |
Github Pages — Helm index | https://oguzhan-yilmaz.github.io/steampipe-powerpipe-kubernetes/index.yaml |