We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dex
0.19.1
Install the chart with defaults
dex helmrelease/dex 0.19.1 False False Helm install failed for release dex/dex with chart [email protected]: 1 error occurred: * Ingress.networking.k8s.io "dex" is invalid: spec.rules[0].http.paths[0].pathType: Required value: pathType must be specified *
prepare HelmRelease
apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: dex namespace: dex spec: install: remediation: retries: 3 upgrade: remediation: retries: 3 chart: spec: chart: dex sourceRef: kind: HelmRepository name: dex version: '*' interval: 1m0s values: ingress: enabled: true annotations: cert-manager.io/cluster-issuer: acme hosts: - host: **** paths: - path: / tls: - hosts: - *** secretName: dex-cert className: nginx ...
install
No response
The text was updated successfully, but these errors were encountered:
or... one needs to update documentation here: https://github.com/dexidp/helm-charts/tree/master/charts/dex#minimal-configuration
and
here:
helm-charts/charts/dex/README.md
Line 101 in fb4562e
Sorry, something went wrong.
No branches or pull requests
Preflight Checklist
Chart
dex
Version
0.19.1
Expected Behavior
Install the chart with defaults
Actual Behavior
Steps To Reproduce
prepare HelmRelease
install
Additional Information
No response
Values
No response
The text was updated successfully, but these errors were encountered: