-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
local helm on windows uses incorrect path to values files #122
Comments
I upgraded to deck 0.11.1 it still failed, the error was a bit different.
|
Hello @eyammer Thanks for reporting this issue. The path in version 10.1 is clearly wrong: |
Makes sense. The workaround was to put the absolute path for the values file using the path it hsould have in the deck container:
this fixed the issue however it is less than ideal. |
What happened?
ran deck get using:
This exited with an error:
What did you expect to happen?
the deck to start
How can we reproduce it (as minimally and precisely as possible)?
on windows run
deck get deck.yaml
What is the content of the Deckfile you are using?
version: "1"
cluster:
provider: beiboot
name: beka
nativeConfig:
decks:
name: beka
namespace: default
sources:
type: file
ref: ./image_pull_secret_chron.yaml
type: helm
ref: ./redis/
releaseName: redis
chart: redis
namespace: default
valueFiles:
OS version
Anything else we need to know?
full error:
The text was updated successfully, but these errors were encountered: