Closed jbpratt closed 3 years ago
I was able to successfully install things by going over the guide at https://github.com/ContainerCraft/Kargo/blob/master/docs/Fedora.md#instructions---deploy-kargo
Thank you for reporting this issue. I will review and investigate.
I was able to reproduce, will dig into it now.
└─(17:44:06)──> helm install kargo ccio/kargo --namespace kargo --create-namespace
Error: rendered manifests contain a resource that already exists. Unable to continue with install: ClusterRole "cdi-operator-cluster" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "kargo"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "kargo"
Resolved with Kargo chart release kargo-0.0.12
Please run helm repo update
to get the fix.
Following the guide from https://github.com/ContainerCraft/100DaysOfHomelab/blob/046351075822905b0bf40ee02d9ca45f73822061/doc/KARGO.md , Kargo is failing to install for the reason below: