# Global

### Configuration

Chart contains:

* 1 x config map containing common properties typically mounted as 'global-config'
* 1 x environment config map that can be used to add shared environment variables
* 1 x secret that containing common properties typically mounted as 'global-secrets'
* 1 x environment secret that can be used to add shared environment variables
* 1 x docker secret that can be used as the imagePullSecrets

### Configuration

The following table lists the configurable parameters of the Global chart and their default values.

| Parameter       | Description                                               | Default    |
| --------------- | --------------------------------------------------------- | ---------- |
| `namespace`     | namespace to deploy on                                    | `"global"` |
| `prefix`        | name prefix for configurations                            | `"global"` |
| `sourceEncoded` | base64 encoded value for all configs and secrets to store | `""`       |


---

# 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.rierino.com/installation/artifacts/helm-charts/initialization-charts/global.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.
