chore: add imagePullSecrets and slightly refac the statefulset

This commit is contained in:
DaanSelen
2026-03-18 10:24:25 +01:00
parent 3f2fdd9c42
commit aee0e7c216
4 changed files with 34 additions and 23 deletions

View File

@ -93,7 +93,8 @@ You should be good to go!
### Global
| Name | Description | Value |
| ---------------------- | ------------------------------ | ----- |
| `global.imageRegistry` | global image registry override | `""` |
| `global.storageClass` | global storage class override | `""` |
| Name | Description | Value |
| ------------------------- | ------------------------------ | ----- |
| `global.imageRegistry` | global image registry override | `""` |
| `global.imagePullSecrets` | global image pull secrets | `""` |
| `global.storageClass` | global storage class override | `""` |