Helm Chart
instructions for Kubernetes installation with Helm Chart
Last updated
Was this helpful?
instructions for Kubernetes installation with Helm Chart
Getting the values
helm show values oci://ghcr.io/intuitem/helm-charts/ce/ciso-assistant > custom.yamlcustomize as you see fit
Install the chart
helm install ciso-assistant-release oci://ghcr.io/intuitem/helm-charts/ce/ciso-assistant -f custom.yamlNote: The old Helm repository (
intuitem.github.io/ca-helm-chart) is no longer maintained. Please use the OCI registry above for new installations.
Last updated
Was this helpful?
Was this helpful?