Skip to content
Snippets Groups Projects
Unverified Commit d50f61ea authored by Max Gautier's avatar Max Gautier
Browse files

pre-commit: apply autofixes hooks and fix the rest manually

- markdownlint (manual fix)
- end-of-file-fixer
- requirements-txt-fixer
- trailing-whitespace
parent 77bfb534
No related branches found
No related tags found
No related merge requests found
Showing
with 17 additions and 19 deletions
...@@ -72,6 +72,7 @@ The setup looks like following ...@@ -72,6 +72,7 @@ The setup looks like following
```bash ```bash
./generate-inventory.sh > sample-inventory/inventory.ini ./generate-inventory.sh > sample-inventory/inventory.ini
```
* Export Variables: * Export Variables:
......
...@@ -8,7 +8,6 @@ Examples of what broken means in this context: ...@@ -8,7 +8,6 @@ Examples of what broken means in this context:
* One or more bare metal node(s) suffer from unrecoverable hardware failure * One or more bare metal node(s) suffer from unrecoverable hardware failure
* One or more node(s) fail during patching or upgrading * One or more node(s) fail during patching or upgrading
* Etcd database corruption * Etcd database corruption
* Other node related failures leaving your control plane degraded or nonfunctional * Other node related failures leaving your control plane degraded or nonfunctional
__Note that you need at least one functional node to be able to recover using this method.__ __Note that you need at least one functional node to be able to recover using this method.__
......
...@@ -2,9 +2,9 @@ ansible==9.5.1 ...@@ -2,9 +2,9 @@ ansible==9.5.1
cryptography==42.0.7 cryptography==42.0.7
jinja2==3.1.4 jinja2==3.1.4
jmespath==1.0.1 jmespath==1.0.1
jsonschema==4.22.0
MarkupSafe==2.1.5 MarkupSafe==2.1.5
netaddr==1.2.1 netaddr==1.2.1
pbr==6.0.0 pbr==6.0.0
ruamel.yaml==0.18.6 ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8 ruamel.yaml.clib==0.2.8
jsonschema==4.22.0
...@@ -107,4 +107,3 @@ oom_score = {{ containerd_oom_score }} ...@@ -107,4 +107,3 @@ oom_score = {{ containerd_oom_score }}
sampling_ratio = {{ containerd_tracing_sampling_ratio }} sampling_ratio = {{ containerd_tracing_sampling_ratio }}
service_name = "{{ containerd_tracing_service_name }}" service_name = "{{ containerd_tracing_service_name }}"
{% endif %} {% endif %}
...@@ -32,4 +32,3 @@ data: ...@@ -32,4 +32,3 @@ data:
- name: helper-pod - name: helper-pod
image: "{{ local_path_provisioner_helper_image_repo }}:{{ local_path_provisioner_helper_image_tag }}" image: "{{ local_path_provisioner_helper_image_repo }}:{{ local_path_provisioner_helper_image_tag }}"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment