re-run helm-docs

This commit is contained in:
James 2023-04-30 19:19:05 +01:00
parent 1d65ef97eb
commit eda4ad9b4f
Signed by: thumbscrw
GPG Key ID: 4A3BB8AF7D9C2B46

View File

@ -30,6 +30,12 @@ A Helm chart for pgAdmin, the open source PostgreSQL administration tool.
| ingress.tls | list | `[]` | | | ingress.tls | list | `[]` | |
| nameOverride | string | `""` | | | nameOverride | string | `""` | |
| nodeSelector | object | `{}` | | | nodeSelector | object | `{}` | |
| persistence.accessMode | string | `"ReadWriteOnce"` | |
| persistence.annotations | object | `{}` | |
| persistence.enabled | bool | `false` | |
| persistence.existingClaim | string | `""` | |
| persistence.size | string | `"1Gi"` | |
| persistence.storageClass | string | `""` | |
| podAnnotations | object | `{}` | | | podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | | | podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | | | replicaCount | int | `1` | |