Skip to content

Commit

Permalink
Merge pull request #198 from Jonaprince/patch-1
Browse files Browse the repository at this point in the history
Fixes #197 fix length indentation in registry.yaml
  • Loading branch information
xanmanning authored Nov 15, 2022
2 parents 80e4deb + 75b4067 commit 404491c
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
@@ -1,2 +1,2 @@
---
{{ k3s_registries | to_nice_yaml }}
{{ k3s_registries | to_nice_yaml(indent=2) }}

0 comments on commit 404491c

Please sign in to comment.