Skip to content

Commit

Permalink
remove initConfiguration from workerConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Dec 6, 2023
1 parent 13cee6a commit 16c8e73
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1699,13 +1699,6 @@ def get_object(self) -> objects.ClusterClass:
},
},
"jsonPatches": [
{
"op": "add",
"path": "/spec/template/spec/initConfiguration/nodeRegistration/kubeletExtraArgs/tls-cipher-suites", # noqa: E501
"valueFrom": {
"variable": "kubeletTLSCipherSuites",
},
},
{
"op": "add",
"path": "/spec/template/spec/joinConfiguration/nodeRegistration/kubeletExtraArgs/tls-cipher-suites", # noqa: E501
Expand Down

0 comments on commit 16c8e73

Please sign in to comment.