Skip to content

Commit

Permalink
fix: Incorrect indentation on config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Artemus authored Aug 16, 2024
1 parent 6535b05 commit fc8f77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/registries.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ mirrors:
configs:
{% for config in rke2_custom_registry_configs %}
{{ config.endpoint }}:
{{ config.config | to_nice_yaml(indent=6) }}
{{ config.config | to_nice_yaml(indent=2) | indent(4) }}
{%- endfor %}
{% endif %}

0 comments on commit fc8f77c

Please sign in to comment.