Skip to content

Commit 3cbd56e

Browse files
authored
Update helm readme (#83)
Add --namespace kube-system to helm install to keep it consistent with instructions in step 3
1 parent 4eb7959 commit 3cbd56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm_chart/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Notes:
6767

6868
* Simulate the installation process. Below command shows you what would be installed and the configuration that would be applied.
6969
```
70-
helm install dependencies helm_chart/HyperPodHelmChart --dry-run
70+
helm install dependencies helm_chart/HyperPodHelmChart --namespace kube-system --dry-run
7171
```
7272

7373
* If the resource already exists, avoid running the install command again, as it may cause conflicts. Instead, use the following command to upgrade the existing release while preserving the current configuration. This ensures that your current settings are maintained without overwriting them.

0 commit comments

Comments
 (0)