From 75b40675d8bcfcd0928f26e57f73a9337859e773 Mon Sep 17 00:00:00 2001 From: Jonaprince <64004061+Jonaprince@users.noreply.github.com> Date: Mon, 14 Nov 2022 10:19:52 +0100 Subject: [PATCH] Fixes #197 fix length indentation in registry.yaml Fix the issue of bad indentation in rewrite rules when using registry pull through cache --- templates/registries.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}