Skip to content

Commit 0a16e78

Browse files
Updates to crd-helper/kubeconfiggenerator (#1440)
1 parent 288a7b7 commit 0a16e78

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

deploy/kubeconfiggenerator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,9 @@ def registercrd():
664664
openAPIV3SchemaObj['properties'] = openAPIV3SchemaProperties
665665
attr_types['openAPIV3Schema'] = openAPIV3SchemaObj
666666
flatten(yaml_contents, flattened, openAPIV3SchemaPropertiesInnerDetails)
667-
openAPIV3SchemaPropertiesInnerDetails["nodeName"] = {"type": "string"}
667+
668+
# We are no longer supporting Pod level policies; so no need to include nodeName in the spec
669+
#openAPIV3SchemaPropertiesInnerDetails["nodeName"] = {"type": "string"}
668670

669671
json_contents = json.dumps(flattened)
670672

deploy/versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
3.1.0
4040
3.1.1
4141
3.1.2
42+
3.2.0

0 commit comments

Comments
 (0)