Fixes #197 fix length indentation in registry.yaml

Fix the issue of bad indentation in rewrite rules when using registry pull through cache
This commit is contained in:
Jonaprince 2022-11-14 10:19:52 +01:00 committed by GitHub
parent 80e4debcd4
commit 75b40675d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
---
{{ k3s_registries | to_nice_yaml }}
{{ k3s_registries | to_nice_yaml(indent=2) }}