Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for the Kubernetes article #853

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation-steps/DeployWithKubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The minimal requirements for a ReportPortal 1-node solution are 2 CPUs and 6Gi o
* Kubernetes v1.26+
* Helm Package Manager v3.4+

## Installing the Chart
## Installing the Helm Chart

Add the official ReportPortal Helm Chart repository:

Expand All @@ -29,7 +29,7 @@ helm install my-release --set uat.superadminInitPasswd.password="MyPassword" rep
:::note
Upon the initial installation and the first login of the SuperAdmin, they will be required to create a unique initial password, distinct from the default password provided in the ReportPortal installation documentation. Failure to do so will result in the Auth service not starting.
:::
## Uninstalling the Chart
## Uninstalling the Helm Chart

```bash
helm uninstall my-release
Expand Down
Loading