k8s-deploy
k8s-deploy copied to clipboard
Make namespace input optional
This allows to deploy manifests in multiple different namespaces. annotate-namespace cannot be used if no namespace is given.
Did not test other deployment strategies than basic.
Fixes #319 and possibly #163
@microsoft-github-policy-service agree
thank you for this contribution!
can we add an integration test to cover this?
adding a new directory in the integration manifests with two example manifests with different namespaces, and then adding a new workflow to cover that scenario would do it
it'd be similar to the workflow for the basic integration test
Similar PR #420 has been merged. Thanks @florianmutter