diff --git a/templates/registries.yaml.j2 b/templates/registries.yaml.j2 index 4adbf13..5093dd2 100644 --- a/templates/registries.yaml.j2 +++ b/templates/registries.yaml.j2 @@ -1,2 +1,2 @@ --- -{{ k3s_registries | to_nice_yaml }} \ No newline at end of file +{{ k3s_registries | to_nice_yaml(indent=2) }}