ansible-role-k3s/templates/registries.yaml.j2
Jonaprince 75b40675d8
Fixes #197 fix length indentation in registry.yaml
Fix the issue of bad indentation in rewrite rules when using registry pull through cache
2022-11-14 10:19:52 +01:00

3 lines
50 B
Django/Jinja

---
{{ k3s_registries | to_nice_yaml(indent=2) }}