remove ingress.apiVersion param

This commit is contained in:
pat-s 2024-07-13 11:26:44 +02:00
parent e5ed116dc0
commit f34fe9efb9
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
2 changed files with 9 additions and 11 deletions

View File

@ -906,7 +906,7 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo
### Ingress ### Ingress
| Name | Description | Value | | Name | Description | Value |
| ------------------------ | --------------------------------------------------------------------------- | ----------------- | | ------------------------ | -------------------- | ----------------- |
| `ingress.enabled` | Enable ingress | `false` | | `ingress.enabled` | Enable ingress | `false` |
| `ingress.className` | Ingress class name | `nil` | | `ingress.className` | Ingress class name | `nil` |
| `ingress.pathType` | Ingress Path Type | `Prefix` | | `ingress.pathType` | Ingress Path Type | `Prefix` |
@ -914,7 +914,6 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo
| `ingress.hosts[0].host` | Default Ingress host | `git.example.com` | | `ingress.hosts[0].host` | Default Ingress host | `git.example.com` |
| `ingress.hosts[0].paths` | Default Ingress path | `[]` | | `ingress.hosts[0].paths` | Default Ingress path | `[]` |
| `ingress.tls` | Ingress tls settings | `[]` | | `ingress.tls` | Ingress tls settings | `[]` |
| `ingress.apiVersion` | Specify APIVersion of ingress object. Mostly would only be used for argocd. | |
### deployment ### deployment

View File

@ -156,7 +156,6 @@ service:
## @param ingress.hosts[0].host Default Ingress host ## @param ingress.hosts[0].host Default Ingress host
## @param ingress.hosts[0].paths Default Ingress path ## @param ingress.hosts[0].paths Default Ingress path
## @param ingress.tls Ingress tls settings ## @param ingress.tls Ingress tls settings
## @extra ingress.apiVersion Specify APIVersion of ingress object. Mostly would only be used for argocd.
ingress: ingress:
enabled: false enabled: false
# className: nginx # className: nginx