-
Notifications
You must be signed in to change notification settings - Fork 46
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
feat: remove filename restrictions #120
Conversation
I'm using my branch in my CI. It works fine. |
Looks good! Can you add at least one test case? |
Done. Take a look at: https://github.com/bats-core/bats-assert It should improve the readability of the test files. Take a look here: https://github.com/jkroepke/helm-secrets/blob/master/tests/unit/clean.bats |
@aslafy-z Does it ready to merge and release ? |
@jBouyoud you could take a look why tests are failed. |
@jkroepke Maybe you can move your test to
|
The whole feature does not exist in Helm 2. |
@jkroepke I don't understand your comment about Helm 2. This commit jBouyoud@345cc81 add a test for this feature and remove the non compatible one. You can cherry pick it, I cannot push to your branch. |
Thanks @jkroepke @jBouyoud for your work. You're right, this plugin was designed at the time of Helm 2 and some awesome contributors worked on it to add support for Helm 3. I want to make it Helm 3 first in the future, will see when I get time to work on it. @jkroepke can you merge in @jBouyoud change so we can push this forward? If you have time, adding a quick example to the readme would be perfect! @jkroepke thanks for the tests sample, I opened #127 to track this enhancement. |
I thought, the download plugins are helm 3 exclusive feature. But this is wrong. |
Test are green, but tests are not executed. See: #128 |
Released as |
Fixes: #119