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 5bbadde commit b4f19dbCopy full SHA for b4f19db
src/codeflare_sdk/utils/generate_yaml.py
@@ -478,22 +478,9 @@ def disable_raycluster_tls(resources):
478
"containers"
479
][0]["volumeMounts"]
480
481
- for i in range(
482
- len(
483
- generic_template_spec["workerGroupSpecs"][0]["template"]["spec"][
484
- "initContainers"
485
- ]
486
- )
487
- ):
488
- if (
489
490
491
- ][i]["name"]
492
- == "create-cert"
493
494
- del generic_template_spec["workerGroupSpecs"][0]["template"]["spec"][
495
496
+ del generic_template_spec["workerGroupSpecs"][0]["template"]["spec"][
+ "initContainers"
+ ]
497
498
updated_items = []
499
for i in resources["GenericItems"][:]:
0 commit comments