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
From @cpboyd (helm/chartmuseum#581)
From https://artifacthub.io/packages/helm/chartmuseum/chartmuseum#extra-paths:
helm install my-chartmuseum chartmuseum/chartmuseum \ --set ingress.enabled=true \ --set ingress.hosts[0].name=chartmuseum.domain.com \ --set ingress.extraPaths[0].service=ssl-redirect \ --set ingress.extraPaths[0].port=use-annotation \
This, however, results in the following error:
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Ingress.spec.rules[0].http.paths[0].backend.service.port.number): invalid type for io.k8s.api.networking.v1.ServiceBackendPort.number: got "string", expected "integer"
Replacing use-annotation with an integer works, but it'd be nice to simply refer to port defined in the policy.
use-annotation
The text was updated successfully, but these errors were encountered:
Thanks again for bring this up @cpboyd, this is related to #37.
@mike7515 are you still interested in working on a fix for this? thanks!
Sorry, something went wrong.
ssl-redirect
name
port:
service:
Successfully merging a pull request may close this issue.
From @cpboyd (helm/chartmuseum#581)
From https://artifacthub.io/packages/helm/chartmuseum/chartmuseum#extra-paths:
This, however, results in the following error:
Replacing
use-annotation
with an integer works, but it'd be nice to simply refer to port defined in the policy.The text was updated successfully, but these errors were encountered: