*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 0c373097 authored by Weber, Thomas's avatar Weber, Thomas
Browse files

fix: use just recursive=True

parent e58727ca
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
...@@ -44,7 +44,7 @@ registry_mirrors: {} ...@@ -44,7 +44,7 @@ registry_mirrors: {}
# tls: --SEE_ABOVE-- # tls: --SEE_ABOVE--
manifests: {} # used to override default_manifests manifests: {} # used to override default_manifests
manifests_config: "{{ {} | combine(default_manifests, manifests, recursive=True) }}" manifests_config: "{{ default_manifests | combine(manifests, recursive=True) }}"
default_manifests: default_manifests:
config-rke2-coredns: config-rke2-coredns:
enabled: false enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment