Skip to content

Commit

Permalink
Merge pull request #242 from Mr-Artemus/main
Browse files Browse the repository at this point in the history
fix: Incorrect indentation on config
  • Loading branch information
MonolithProjects authored Aug 17, 2024
2 parents 6535b05 + fc8f77c commit dc23a2f
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 dc23a2f

Please sign in to comment.