We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Replace namespace value in deploying manifests when it is provided via command-line for kubectl deploys
namespace
Works only for helm deploys
It would be nice to extend existing namespace flag to work with both helm and kubectl deploys.
The text was updated successfully, but these errors were encountered:
Hey @slamdev thanks for asking. I pushed support for this feature before I saw your issue! #852
Sorry, something went wrong.
@dgageot cool! thanks :)
No branches or pull requests
Expected behavior
Replace
namespace
value in deploying manifests when it is provided via command-line for kubectl deploysActual behavior
Works only for helm deploys
Information
It would be nice to extend existing
namespace
flag to work with both helm and kubectl deploys.The text was updated successfully, but these errors were encountered: