Skip to content

Commit 9442cfe

Browse files
Formatting change
1 parent b4d8782 commit 9442cfe

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

content/en/docs/deployment/private-cloud/private-cloud-cluster/private-cloud-helm-charts.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,17 @@ Keep in mind that changing the registry type resets the value of all fields in t
103103
15. Click **Generate & Download** to generate the yaml file with the configurations that you provided.
104104
16. Run the following commands:
105105

106-
1. Install the required [Custom Resource Definitions](/developerportal/deploy/private-cloud-technical-appendix-01/#custom-resources) by running `kubectl apply -f mx-privatecloud-operator-crd/crds/`.
107-
2. Install Mendix on Kubernetes by running `helm install --createnamespace -n <your namespace> -f <yaml file name> <release name> mx-privatecloud-operator-installer`.
106+
1. To install the required [Custom Resource Definitions](/developerportal/deploy/private-cloud-technical-appendix-01/#custom-resources)
107+
108+
```text
109+
kubectl apply -f mx-privatecloud-operator-crd/crds/
110+
```
111+
112+
2. To install Mendix on Kubernetes:
113+
114+
```text
115+
helm install --createnamespace -n <your namespace> -f <yaml file name> <release name> mx-privatecloud-operator-installer
116+
```
108117
109118
{{% alert color="info" %}}
110119
Ensure that your cluster have access to the Mendix on Kubernetes Portal for adding the storage plans, and that the Private Cloud Portal is safelisted in the cluster.

0 commit comments

Comments
 (0)