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 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:
@cpboyd thanks for creating the issue! I'm going to recreate this in the https://github.com/chartmuseum/charts and we can continue the convo there -> chartmuseum/charts#43
Sorry, something went wrong.
No branches or pull requests
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: