Fix lint error
Some checks failed
Lint Checks / Run linter (pull_request) Successful in 1m27s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Failing after 2m45s
Deploy Test / Run deploy test suite (pull_request) Successful in 3m40s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 4m5s
Webapp Test / Run webapp test suite (pull_request) Failing after 4m46s
Smoke Test / Run basic test suite (pull_request) Successful in 5m0s
Some checks failed
Lint Checks / Run linter (pull_request) Successful in 1m27s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Failing after 2m45s
Deploy Test / Run deploy test suite (pull_request) Successful in 3m40s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 4m5s
Webapp Test / Run webapp test suite (pull_request) Failing after 4m46s
Smoke Test / Run basic test suite (pull_request) Successful in 5m0s
This commit is contained in:
parent
0878240c26
commit
48cabc9159
@ -72,8 +72,6 @@ def _wrap_job_templates_with_conditionals(chart_dir: Path, jobs: list) -> None:
|
|||||||
print(f"Wrapped job template with conditional: {job_template_file.name}")
|
print(f"Wrapped job template with conditional: {job_template_file.name}")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def _post_process_chart(chart_dir: Path, chart_name: str, jobs: list) -> None:
|
def _post_process_chart(chart_dir: Path, chart_name: str, jobs: list) -> None:
|
||||||
"""
|
"""
|
||||||
Post-process Kompose-generated chart to fix common issues.
|
Post-process Kompose-generated chart to fix common issues.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user