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

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

remove duplicate entry

parent 88935d85
Branches
Tags v2022.5.0
1 merge request!1Restore main as the default branch
......@@ -40,7 +40,6 @@ resolv-conf: "{{ resolv_conf_server }}"
write-kubeconfig-mode: "0644"
kube-apiserver-arg: "--enable-admission-plugins=NodeRestriction,PodSecurityPolicy,PodNodeSelector,PodTolerationRestriction,DenyServiceExternalIPs"
{% if cni is defined and cni | length > 0 %}
cni: "{{ cni }}"
{% elif manifests_config.calico.enabled and manifests_config.cilium.enabled%}
......@@ -51,12 +50,6 @@ cni: calico
cni: cilium
{% endif %}
{% if cni is defined and cni | length > 0 %}
cni: "{{ cni }}"
{% elseif (default_manifests | combine(manifests)). %}
{% endif %}
{% if tls_san is defined and tls_san | length > 0 %}
tls-san:
{% for san in tls_san %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment