[bitnami/appsmith] fix: 🐛 Set proper app_name in README.md (#13743)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2022-11-29 17:19:55 +01:00
committed by GitHub
parent d776600cb8
commit 4d457a7731

View File

@@ -1,4 +1,4 @@
<!--- app-name: appsmith -->
<!--- app-name: Appsmith -->
# Appsmith packaged by Bitnami
@@ -64,7 +64,6 @@ The command removes all the Kubernetes components associated with the chart and
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
### Common parameters
| Name | Description | Value |
@@ -88,12 +87,8 @@ The command removes all the Kubernetes components associated with the chart and
| `image.pullSecrets` | Appsmith image pull secrets | `[]` |
| `image.debug` | Enable Appsmith image debug mode | `false` |
### Appsmith common paramters
### Appsmith Client Parameters
| Name | Description | Value |
@@ -156,7 +151,6 @@ The command removes all the Kubernetes components associated with the chart and
| `client.sidecars` | Add additional sidecar containers to the Appsmith client pod(s) | `[]` |
| `client.initContainers` | Add additional init containers to the Appsmith client pod(s) | `[]` |
### Appsmith Client Traffic Exposure Parameters
| Name | Description | Value |
@@ -187,7 +181,6 @@ The command removes all the Kubernetes components associated with the chart and
| `client.ingress.secrets` | Custom TLS certificates as secrets | `[]` |
| `client.ingress.extraRules` | Additional rules to be covered with this ingress record | `[]` |
### Appsmith Backend Parameters
| Name | Description | Value |
@@ -259,7 +252,6 @@ The command removes all the Kubernetes components associated with the chart and
| `backend.sidecars` | Add additional sidecar containers to the Appsmith backend pod(s) | `[]` |
| `backend.initContainers` | Add additional init containers to the Appsmith backend pod(s) | `[]` |
### Appsmith Backend Traffic Exposure Parameters
| Name | Description | Value |
@@ -276,7 +268,6 @@ The command removes all the Kubernetes components associated with the chart and
| `backend.service.sessionAffinity` | Control where backend requests go, to the same pod or round-robin | `None` |
| `backend.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
### Backend Persistence Parameters
| Name | Description | Value |
@@ -292,7 +283,6 @@ The command removes all the Kubernetes components associated with the chart and
| `backend.persistence.selector` | Selector to match an existing Persistent Volume for WordPress data PVC | `{}` |
| `backend.persistence.dataSource` | Custom PVC data source | `{}` |
### Appsmith RTS Parameters
| Name | Description | Value |
@@ -355,7 +345,6 @@ The command removes all the Kubernetes components associated with the chart and
| `rts.sidecars` | Add additional sidecar containers to the Appsmith rts pod(s) | `[]` |
| `rts.initContainers` | Add additional init containers to the Appsmith rts pod(s) | `[]` |
### Appsmith RTS Traffic Exposure Parameters
| Name | Description | Value |
@@ -372,7 +361,6 @@ The command removes all the Kubernetes components associated with the chart and
| `rts.service.sessionAffinity` | Control where rts requests go, to the same pod or round-robin | `None` |
| `rts.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
### Init Container Parameters
| Name | Description | Value |
@@ -387,7 +375,6 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.resources.requests` | The requested resources for the init container | `{}` |
| `volumePermissions.containerSecurityContext.runAsUser` | Set init container's Security Context runAsUser | `0` |
### Other Parameters
| Name | Description | Value |
@@ -397,7 +384,6 @@ The command removes all the Kubernetes components associated with the chart and
| `serviceAccount.annotations` | Additional Service Account annotations (evaluated as a template) | `{}` |
| `serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` |
### External MongoDB parameters
| Name | Description | Value |
@@ -410,7 +396,6 @@ The command removes all the Kubernetes components associated with the chart and
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the database credentials | `""` |
| `externalDatabase.existingSecretPasswordKey` | Name of an existing secret key containing the database credentials | `""` |
### External Redis parameters
| Name | Description | Value |
@@ -421,7 +406,6 @@ The command removes all the Kubernetes components associated with the chart and
| `externalRedis.existingSecret` | Name of an existing secret resource containing the Redis credentials | `""` |
| `externalRedis.existingSecretPasswordKey` | Name of an existing secret key containing the Redis credentials | `""` |
### Redis sub-chart parameters
| Name | Description | Value |
@@ -434,7 +418,6 @@ The command removes all the Kubernetes components associated with the chart and
| `redis.auth.password` | Redis password | `""` |
| `redis.auth.existingSecret` | Name of a secret containing the Redis password | `""` |
### MongoDB sub-chart parameters
| Name | Description | Value |
@@ -447,7 +430,6 @@ The command removes all the Kubernetes components associated with the chart and
| `mongodb.containerPorts.mongodb` | MongoDB container port (used by the headless service) | `27017` |
| `mongodb.arbiter.enabled` | Enable Arbiter nodes in the ReplicaSet | `false` |
See https://github.com/bitnami-labs/readme-generator-for-helm to create the table.
The above parameters map to the env variables defined in [bitnami/appsmith](https://github.com/bitnami/containers/tree/main/bitnami/appsmith). For more information please refer to the [bitnami/appsmith](https://github.com/bitnami/containers/tree/main/bitnami/appsmith) image documentation.