This message was deleted.
# general
a
This message was deleted.
m
What's your question?
b
how can I get cert-manager 1.10.1 installed via 'apps' in the rancher UI?
in other words, why do I get this when deploying from the Rancher UI and it's internal helm or some other magical process but not from my workstation targeting the same cluster, using the same chart and associated values.yml: "Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Deployment.spec.template.spec.nodeSelector.kubernetes): invalid type for io.k8s.api.core.v1.PodSpec.nodeSelector: got "map", expected "string", ValidationError(Deployment.spec.template.spec.securityContext.seccompProfile): missing required field "type" in io.k8s.api.core.v1.SeccompProfile]"
h
So that is the error you get in the UI? I wasn’t able to install it via the UI either, because it couldn’t resolve the URLs for jetstack. I had to use either the bitnami package or use it via command line helm
b
that is the error from the UI. I added the jetstacks repo using the UI (make sure you select the https vs. git URL for repos)