This message was deleted.
# hobbyfarm
a
This message was deleted.
m
First, the installation failed:
Copy code
➜ helm install hobbyfarm hobbyfarm/hobbyfarm --namespace hobbyfarm-system --values manifests/hf-values.yaml 
Error: INSTALLATION FAILED: 1 error occurred:
        * conversion webhook for <http://hobbyfarm.io/v1|hobbyfarm.io/v1>, Kind=User failed: Post "<https://hobbyfarm-webhook.hobbyfarm-system.svc:443/conversion/users.hobbyfarm.io?timeout=30s>": no endpoints available for service "hobbyfarm-webhook"
I was able to get it up and running on the second attempt:
Copy code
➜ helm upgrade --install hobbyfarm hobbyfarm/hobbyfarm --namespace hobbyfarm-system --values manifests/hf-values.yaml
Release "hobbyfarm" has been upgraded. Happy Helming!
NAME: hobbyfarm
LAST DEPLOYED: Wed Oct  4 15:35:40 2023
NAMESPACE: hobbyfarm-system
STATUS: deployed
REVISION: 2
TEST SUITE: None
I will be logging all of the errors/issues I’ve experienced today in the Github issue tracker.
I’ve submitted issues 362 through 373. Please let me know if you have any questions.
👍 1