Does nixidy work with private helm charts? #91
Answered
by
arnarg
jocelynthode
asked this question in
Q&A
-
|
Hey, I was looking at |
Beta Was this translation helpful? Give feedback.
Answered by
arnarg
Mar 7, 2026
Replies: 1 comment
-
|
Unfortunately not. The helm chart is pulled in a derivation build sandbox and there's not really a good way of passing credentials in without it ending in the nix store. I would like to support it but I'm not sure how would be best to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arnarg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately not. The helm chart is pulled in a derivation build sandbox and there's not really a good way of passing credentials in without it ending in the nix store.
I would like to support it but I'm not sure how would be best to do it.