kubernetes-resource icon indicating copy to clipboard operation
kubernetes-resource copied to clipboard

Allow parameters like namespace to be passed from a file

Open mattdodge opened this issue 6 years ago • 0 comments

  • feature

I think it would be a good idea to allow certain parameters (e.g., namespace, context) to be specified dynamically via an input file. Propose adding optional parameters like namespace_file that, if provided, would set the namespace variable to the contents of that file.

This would allow for environments where namespaces aren't fixed and are more dynamic. For example, deploying a branch or PR to its own namespace for testing.

mattdodge avatar Aug 20 '19 20:08 mattdodge