Skip to content

Commit 221f6c1

Browse files
committed
feat(sdk): add values schema
1 parent 442e337 commit 221f6c1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
import HelmDiagramOverview from "../partials/helm/_helm-diagram-overview.mdx"
3+
import DependencyYaml from "../partials/replicated-sdk/_dependency-yaml.mdx"
4+
5+
# Helm global.replicated Values Schema
6+
7+
This document describes the global.replicated values schema injected by the Replicated registry when using the Helm CLI installation method. It includes information on the structure and purpose of fields to help developers integrate seamlessly with the Replicated SDK.
8+
9+
## Overview
10+
11+
The `global.replicated` values schema is a set of values that are injected by the Replicated registry when using the Helm CLI installation method. These values are used by the Replicated SDK to provide information about the replicated application and the environment in which it is running. These values are critical for licensing, release management, and enabling key features of the Replicated Vendor Portal.
12+
13+
For additional information about the Replicated SDK, see [Replicated SDK Overview](/vendor/replicated-sdk-overview).
14+
15+
## Values Schema Structure
16+
17+
The `global.replicated` values schema is a set of values that are injected by the Replicated registry when using the Helm CLI installation method. The schema is a JSON object that contains the following fields:
18+
19+
| Field | Type | Description |
20+
| --- | --- | --- |
21+
| `imagePullSecrets` | Array | An array of Kubernetes image pull secrets that are used to pull images from private registries. |
22+
| `appName` | String | The name of the application, as specified in the Replicated Vendor Portal. |
23+
| `channelID` | String | The unique ID of the release channel. |

0 commit comments

Comments
 (0)