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

[Helm] Installation fails if a long (> 9 characters) release name is chosen #63

Open
mway-niels opened this issue Jan 31, 2023 · 0 comments

Comments

@mway-niels
Copy link

values.yaml:

network:
  openunison_host: "ou.sso.example.com"
  dashboard_host: "sso.example.com"
  api_server_host: "api.sso.example.com"
  createIngressCertificate: false
  ingress_type: traefik
  ingress_annotations:
    traefik.ingress.kubernetes.io/router.tls.certresolver: letsencrypt

Error:

% helm upgrade --install -n openunison openunison tremolo/orchestra -f openunison/values.yaml
Error: UPGRADE FAILED: cannot patch "openunison-openunison" with kind Ingress: Ingress.extensions "openunison-openunison" is invalid: [spec.rules[0].http.paths[0].backend.service.port.name: Invalid value: "https-openunison": must be no more than 15 characters, spec.rules[1].http.paths[0].backend.service.port.name: Invalid value: "https-openunison": must be no more than 15 characters]
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