Preflight Checklist
Chart
dex
Version
0.19.1
Expected Behavior
Install the chart with defaults
Actual Behavior
dex helmrelease/dex 0.19.1 False False Helm install failed for release dex/dex with chart dex@0.19.1: 1 error occurred:
* Ingress.networking.k8s.io "dex" is invalid: spec.rules[0].http.paths[0].pathType: Required value: pathType must be specified
*
Steps To Reproduce
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
Additional Information
No response
Values
No response
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