feat: add extra env support for helm chart (#2340)

This commit is contained in:
majinghe
2026-03-30 22:03:36 +08:00
committed by GitHub
parent 0fb070e912
commit d56e839f20
5 changed files with 16 additions and 2 deletions
+1
View File
@@ -48,6 +48,7 @@ RustFS helm chart supports **standalone and distributed mode**. For standalone m
| config.rustfs.obs_endpoint.logs.endpoint | string | `""` | Remote endpoint url for logs. |
| config.rustfs.obs_endpoint.profiling.enabled | bool | `false` | Whether to send profiling to remote endpoint. |
| config.rustfs.obs_endpoint.profiling.endpoint | string | `""` | Remote endpoint url for profiling. |
| extraEnv | list | `[]` | Extra environment variables for RustFS container. |
| containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | |
| containerSecurityContext.readOnlyRootFilesystem | bool | `true` | |
| containerSecurityContext.runAsNonRoot | bool | `true` | |