Skip to content

Commit 085c4f8

Browse files
committed
Update README.md to reflect namespace deprecation
- Mark namespace as deprecated in both README files - Indicate that Release.Namespace is now used instead
1 parent fceaee2 commit 085c4f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The following sections outline the main configuration parameters for the product
209209

210210
| Parameter | Description | Default |
211211
| --------- | ----------- | ------- |
212-
| `namespace` | Namespace to install the chart into | `opencloud` |
212+
| `namespace` | Deprecated: Namespace is now controlled by Helm (.Release.Namespace) | (removed) |
213213
| `global.domain.opencloud` | Domain for OpenCloud | `cloud.opencloud.test` |
214214
| `global.domain.keycloak` | Domain for Keycloak | `keycloak.opencloud.test` |
215215
| `global.domain.minio` | Domain for MinIO | `minio.opencloud.test` |

charts/opencloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ The following table lists the configurable parameters of the OpenCloud chart and
195195

196196
| Parameter | Description | Default |
197197
| --------- | ----------- | ------- |
198-
| `namespace` | Namespace to install the chart into | `opencloud` |
198+
| `namespace` | Deprecated: Namespace is now controlled by Helm (.Release.Namespace) | (removed) |
199199
| `global.domain.opencloud` | Domain for OpenCloud | `cloud.opencloud.test` |
200200
| `global.domain.keycloak` | Domain for Keycloak | `keycloak.opencloud.test` |
201201
| `global.domain.minio` | Domain for MinIO | `minio.opencloud.test` |

0 commit comments

Comments
 (0)