Skip to content

Commit 0fd39bf

Browse files
Remove helm_release_ part from feature key
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
1 parent fb75a0a commit 0fd39bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/platform/guides/cluster-management/cluster-features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Fill in all required fields and click **Preview** to advance.
8787

8888
The modal advances to the **Values Preview** step:
8989

90-
- The **left panel** lists each generated Helm release file (e.g., `helm_release_kubestash.yaml`, `helm_release_stash_presets.yaml`)
90+
- The **left panel** lists each generated Helm release file (e.g., `kubestash.yaml`, `stash_presets.yaml`)
9191
- The **right panel** shows the full YAML values for the selected file
9292
- Switch between **Edit** and **Preview Changes** tabs to review or compare against defaults
9393
- Click **Compare default values** to diff against the out-of-the-box configuration
@@ -148,9 +148,9 @@ Select your required database types and click **Preview**.
148148
### Step 3 — Review the Generated Helm Values
149149

150150
The modal advances to the YAML values preview. Three Helm release files are listed on the left:
151-
- `helm_release_kubedb.yaml`
152-
- `helm_release_kubedb_opscenter.yaml`
153-
- `helm_release_kubedb_ui_presets.yaml`
151+
- `kubedb.yaml`
152+
- `kubedb_opscenter.yaml`
153+
- `kubedb_ui_presets.yaml`
154154

155155
The YAML editor on the right shows the `featureGates` configuration — each selected database type is set to `true`, others to `false`. Use **Edit / Preview Changes** tabs to review, then click **Deploy**.
156156

0 commit comments

Comments
 (0)