Skip to content
New issue

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

can't install chart when omiting pathType #145

Open
3 tasks done
gecube opened this issue Oct 2, 2024 · 1 comment
Open
3 tasks done

can't install chart when omiting pathType #145

gecube opened this issue Oct 2, 2024 · 1 comment

Comments

@gecube
Copy link

gecube commented Oct 2, 2024

Preflight Checklist

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.
  • I am not looking for support or already pursued the available support channels without success.

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 [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 
                         	                                      	        	         	     		*

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

@gecube
Copy link
Author

gecube commented Oct 2, 2024

or... one needs to update documentation here:
https://github.com/dexidp/helm-charts/tree/master/charts/dex#minimal-configuration

and

here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant