k8s: Handle ValueError raised (#330)

This commit is contained in:
Abhijeet Kasurde
2021-01-12 21:38:58 +05:30
committed by GitHub
parent a6cb6c4821
commit 9059f2c526
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- k8s - handle ValueError when namespace is not provided (https://github.com/ansible-collections/community.kubernetes/pull/330).