isindir

Results 11 comments of isindir

@viveksinghggits it is possible to add repeated flags, for exmaple: ``` abc --flag param1 --flag param2 ``` at the same time the whole set of `verb + resource + name...

btw, it would be usefull to log out location of "config" file, which looks more like a log file as well as add information about all resources created as part...

In the code it may create in tempdir or in home directory , the only way to know where it stores the data is reading code. I agree - `list`...

@viveksinghggits I think flags like `-k` can be part of global flags which are passed before any specific sub-command can be issued and depending on actual sub-command may be ignored.

@Gowiem that is interesting. I'm not sure if @getsops org would be interested in this, there is certain specific blocker: * https://github.com/isindir/sops-secrets-operator?tab=readme-ov-file#known-issues and more context for this is here: *...

The above PR is still WIP - lacks parallel namespace processing and unit tests

fixes #92 This PR is still WIP, as it lacks parallel processing of the namespaces as well as unit tests, could you please review if in principle it is what...

@doronkg, > Hi @isindir, In order for the new feature to be completed, several additional files should be modified accordingly. > > Take a look at https://github.com/yonahd/kor/blob/main/CONTRIBUTING.md#repository-structure. Helm chart I...

@doronkg , > Referring to https://github.com/yonahd/kor/blob/main/CONTRIBUTING.md#repository-structure was made to make sure you modify all required files, as adding any new unused resource support should address them. Thank you, I think...

@yonahd @luisdavim @doronkg, I finally found time and adding some more testing to the namespace removal - but I was not following if json configs with resources to skip from...