# Helm Configurations

## Seldon Core Operator Chart Configuration

This page provides a detailed overview of the installation parameters available for the Seldon Core installation when using Helm 3.x. The high level workflows to install Seldon Core can be found in the [Installation Page](https://github.com/SeldonIO/seldon-core/blob/master/docs-gb/workflow/install.md).

You can find the `values.yaml` file of the [seldon-core-operator Helm chart](https://github.com/SeldonIO/seldon-core/tree/master/helm-charts/seldon-core-operator), which contains basically all the values that you can configure in your installation by using the `set` flag in the format `--set value.path=YOUR_VALUE`.

The file has been written to be self documented, and has information on all the core parameters. Further information is referenced in the file to specific documentation pages.

{% @github-files/github-code-block url="<https://github.com/SeldonIO/seldon-core/blob/master/helm-charts/seldon-core-operator/values.yaml>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seldon.ai/seldon-core-1/configuration/installation-parameters/advanced-helm-chart-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
