feat(argo-cd): Add compatibility to v1 Ingress (#637)
* feat(argo-cd): Add compatibility to v1 Ingress Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * chore(argo-cd): Add spaces to improve readability Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * feat(argo-cd): Bump chart version Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * fix: Apply review changes Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
abcd61717f
commit
49ccf4ae8a
6 changed files with 119 additions and 44 deletions
|
|
@ -493,6 +493,7 @@ server:
|
|||
enabled: false
|
||||
annotations: {}
|
||||
labels: {}
|
||||
ingressClassName: ""
|
||||
|
||||
## Argo Ingress.
|
||||
## Hostnames must be provided if Ingress is enabled.
|
||||
|
|
@ -521,6 +522,7 @@ server:
|
|||
enabled: false
|
||||
annotations: {}
|
||||
labels: {}
|
||||
ingressClassName: ""
|
||||
|
||||
## Argo Ingress.
|
||||
## Hostnames must be provided if Ingress is enabled.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue