Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0543412 + 65a0ffc commit 6c4d917Copy full SHA for 6c4d917
kubernetes/utils/create_from_yaml.py
@@ -68,6 +68,8 @@ def create_from_yaml(
68
failures = []
69
k8s_objects = []
70
for yml_document in yml_document_all:
71
+ if yml_document is None:
72
+ continue
73
try:
74
created = create_from_dict(k8s_client, yml_document, verbose,
75
namespace=namespace,
0 commit comments