We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca79f05 + 19cbd9c commit 8ead9d0Copy full SHA for 8ead9d0
templates/registries.yaml.j2
@@ -1,7 +1,7 @@
1
{% if rke2_custom_registry_mirrors | length > 0 %}
2
mirrors:
3
{% for mirror in rke2_custom_registry_mirrors %}
4
- {{ mirror.name }}:
+ "{{ mirror.name }}":
5
endpoint:
6
{% for endpoint in mirror.endpoint %}
7
- "{{ endpoint }}"
0 commit comments