|
2 | 2 |
|
3 | 3 | <img src="https://raw.githubusercontent.com/homarr-labs/charts/refs/heads/main/charts/homarr/icon.svg" align="right" width="92" alt="homarr logo"> |
4 | 4 |
|
5 | | - |
| 5 | + |
6 | 6 |  |
7 | 7 |  |
8 | 8 |
|
@@ -334,6 +334,16 @@ All available values are listed on the [artifacthub](https://artifacthub.io/pack |
334 | 334 | | persistence.homarrImages.size | string | `"50Mi"` | homarr-images storage size | |
335 | 335 | | persistence.homarrImages.storageClassName | string | `"local-path"` | homarr-images storage class name | |
336 | 336 | | persistence.homarrImages.volumeClaimName | string | `""` | homarr-images optional volumeClaimName to target specific PV | |
| 337 | +| persistence.homarrTrustedCerts.accessMode | string | `"ReadWriteOnce"` | homarr-trusted-certificates access mode | |
| 338 | +| persistence.homarrTrustedCerts.certificates | string | `nil` | homarr-trusted-certificates certificates, each entry will become a new trusted certificate as a dedicated file (works only for "configmap" and "secret" mode) | |
| 339 | +| persistence.homarrTrustedCerts.enabled | bool | `false` | Enable trusted certificates persistence | |
| 340 | +| persistence.homarrTrustedCerts.existingSecret | string | `""` | Existing secret to mount certificates. Only works with "secret" type. Secret should have file name as keys. | |
| 341 | +| persistence.homarrTrustedCerts.mountPath | string | `"/appdata/trusted-certificates"` | homarr-trusted-certificates mount path inside the pod | |
| 342 | +| persistence.homarrTrustedCerts.name | string | `"homarr-trusted-certificates"` | homarr-trusted-certificates persistent storage name | |
| 343 | +| persistence.homarrTrustedCerts.size | string | `"50Mi"` | homarr-trusted-certificates storage size | |
| 344 | +| persistence.homarrTrustedCerts.storageClassName | string | `"local-path"` | homarr-trusted-certificates storage class name | |
| 345 | +| persistence.homarrTrustedCerts.type | string | `"configmap"` | Persistence mode can be : configmap (declarative), secret (declarative) or pvc (persistence storage) | |
| 346 | +| persistence.homarrTrustedCerts.volumeClaimName | string | `""` | homarr-trusted-certificates optional volumeClaimName to target specific PV | |
337 | 347 | | podAnnotations | object | `{}` | Pod annotations | |
338 | 348 | | podLabels | object | `{}` | Pod labels | |
339 | 349 | | podSecurityContext | object | `{}` | Pod security context | |
|
0 commit comments