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.
1 parent 0543412 commit 65a0ffcCopy full SHA for 65a0ffc
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