dexidp / helm-charts

Dex Helm chart repository
Apache License 2.0
50 stars 82 forks source link

Allow Override to .Capabilities #121

Open knechtionscoding opened 11 months ago

knechtionscoding commented 11 months ago

Preflight Checklist

Problem Description

When using kustomize or helm template to render the chart .Capabilities isn't available. This results in the wrong behavior in the ingress object despite supporting the new API version.

Proposed Solution

Allow for a value that overrides the k8s version coming from the .Capabilities function. Allows for easy support for rendering via helm template or kustomize.

Alternatives Considered

No response

Additional Information

https://github.com/dexidp/helm-charts/blob/master/charts/dex/templates/ingress.yaml#L4-L8 example