Skip to content

Commit

Permalink
Merge pull request #8538 from PasanT9/refac-master
Browse files Browse the repository at this point in the history
Refactor k8s setup instructions
  • Loading branch information
PasanT9 authored Oct 30, 2024
2 parents 4fc842e + b6035a7 commit f2f3778
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ Follow the instructions below to use Kubernetes (K8s) and Helm resources for con
| `wso2.deployment.image.registry` | Registry of the APIM Docker image | "" |
| `wso2.deployment.image.repository` | Repostiory of the APIM Docker image | "" |
| `wso2.deployment.image.digest` | Digest of the APIM Docker image | "" |
| "" |
3. Deploy WSO2 API Manager
```
helm install --dependency-update <RELEASE_NAME> <HELM_HOME>/all-in-one/ --namespace <NAMESPACE>
```
```
helm install --dependency-update <RELEASE_NAME> <HELM_HOME>/all-in-one --namespace <NAMESPACE>
```
4. Access Management Console.
Expand Down

0 comments on commit f2f3778

Please sign in to comment.