Add advanced into chart names
This commit is contained in:
@@ -14,6 +14,6 @@
|
|||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: IBM MQ queue manager
|
description: IBM MQ queue manager
|
||||||
name: ibm-mq-dev
|
name: ibm-mq-advanced-dev
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
icon: https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png
|
icon: https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png
|
||||||
@@ -18,7 +18,7 @@ This chart deploys a single IBM MQ Advanced for Developers server (queue manager
|
|||||||
To install the chart with the release name `foo`:
|
To install the chart with the release name `foo`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install --name foo stable/ibm-mq-dev --set license=accept
|
helm install --name foo stable/ibm-mq-advanced-dev --set license=accept
|
||||||
```
|
```
|
||||||
|
|
||||||
This command accepts the [IBM MQ Advanced for Developers license](LICENSE) and deploys an MQ Advanced for Developers server on the Kubernetes cluster. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
This command accepts the [IBM MQ Advanced for Developers license](LICENSE) and deploys an MQ Advanced for Developers server on the Kubernetes cluster. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
||||||
@@ -40,7 +40,7 @@ kubectl delete pvc -l release=foo
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
The following table lists the configurable parameters of the `ibm-mq-dev` chart and their default values.
|
The following table lists the configurable parameters of the `ibm-mq-advanced-dev` chart and their default values.
|
||||||
|
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
| -------------------------------- | ----------------------------------------------- | ---------------------------------------------------------- |
|
| -------------------------------- | ----------------------------------------------- | ---------------------------------------------------------- |
|
||||||
@@ -14,6 +14,6 @@
|
|||||||
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: IBM MQ queue manager
|
description: IBM MQ queue manager
|
||||||
name: ibm-mq-prod
|
name: ibm-mq-advanced-prod
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
icon: https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png
|
icon: https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png
|
||||||
@@ -18,7 +18,7 @@ This chart deploys a single IBM MQ Advanced server (queue manager) into an IBM C
|
|||||||
To install the chart with the release name `foo`:
|
To install the chart with the release name `foo`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install --name foo stable/ibm-mq-prod --set license=accept
|
helm install --name foo stable/ibm-mq-advanced-prod --set license=accept
|
||||||
```
|
```
|
||||||
|
|
||||||
This command accepts the [IBM MQ Advanced license](LICENSE) and deploys an MQ Advanced server on the Kubernetes cluster. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
This command accepts the [IBM MQ Advanced license](LICENSE) and deploys an MQ Advanced server on the Kubernetes cluster. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
||||||
@@ -40,7 +40,7 @@ kubectl delete pvc -l release=foo
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
The following table lists the configurable parameters of the `ibm-mq-prod` chart and their default values.
|
The following table lists the configurable parameters of the `ibm-mq-advanced-prod` chart and their default values.
|
||||||
|
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
| ------------------------------- | ----------------------------------------------- | ---------------------------------------------------------- |
|
| ------------------------------- | ----------------------------------------------- | ---------------------------------------------------------- |
|
||||||
Reference in New Issue
Block a user