Closed Dauliac closed 5 years ago
Are you using the v0.24.0-rc.0 realease version? This feature hasn't made it into an proper release yet.
Oh yeah. I'm on 0.23. I didn't see that 0.24 is a pre-release version and that it is not yet on pip repository. Thank's.
You can install using pip: pip install --upgrade kapitan==0.24.0rc0
Thank you ! I think that I can close my newbie issue
Describe the bug/feature Hello, there is a problem with the new subvars system. Indeed when you try to reveal subvars files. There is no error and no revealing.
To Reproduce When you create a subvars file like that:
And when you compile:
Nothing happen:
Expected behavior The secret string
?{gpg:targets/staging/db-mariadb-db-staging-credentials@username}
is not replaced by kapitan.Additional context We can also observe that in the repository example/tests folders
subvars secret
subvars used in file
subvars file compiled
Tests are successful because there is no error when compiling with/without
--reveal
option.Thank's