Open Industrial opened 8 hours ago
Hi @Industrial error seems incomplete
@adrian-gierakowski the stack trace is actually huge and it scrolls past my vscode terminal limit..
https://gist.github.com/Industrial/74e932f4e18b20bfdabc1f95cab7b6d4
Try building
Try building
helm.chart2json {
inherit (kubernetes.helm.releases.immich) chart name namespace values kubeVersion includeCRDs noHooks apiVersions;
}
since thats where the error seems to be coming from: https://github.com/hall/kubenix/blob/d6ddf1b4e8804e3c9564696a493ac14c0bcb19e2/modules/helm.nix#L129C38-L129C42
I'm getting:
I'm probably passing the wrong thing, but I don't know what to pass here to make it work.
I have a lot of ideas for services that I would like to try out with Kubernetes, and even the official kubernetes dashboard is using Helm so to get that working I need to learn to pass the right arguments.
Can someone please help me with this? :)