Skip to content

Commit 8ead9d0

Browse files
Merge pull request #221 from jgoelen/main
fix: unquoted wildcard in mirror config
2 parents ca79f05 + 19cbd9c commit 8ead9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/registries.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% if rke2_custom_registry_mirrors | length > 0 %}
22
mirrors:
33
{% for mirror in rke2_custom_registry_mirrors %}
4-
{{ mirror.name }}:
4+
"{{ mirror.name }}":
55
endpoint:
66
{% for endpoint in mirror.endpoint %}
77
- "{{ endpoint }}"

0 commit comments

Comments
 (0)