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

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

fix: kube-apiserver-arg can just hold one arg

parent 442662cc
Branches
No related tags found
1 merge request!1Restore main as the default branch
......@@ -38,7 +38,7 @@ cloud-provider-name: "{{ cloud_provider_name }}"
resolv-conf: "{{ resolv_conf_server }}"
{# disable-cloud-controller: true #}
write-kubeconfig-mode: "0644"
kube-apiserver-arg: "--enable-admission-plugins=NodeRestriction,PodSecurityPolicy,PodNodeSelector,PodTolerationRestriction --feature-gates=JobTrackingWithFinalizers=true,PodSecurity=true"
kube-apiserver-arg: "--enable-admission-plugins=NodeRestriction,PodSecurityPolicy,PodNodeSelector,PodTolerationRestriction"
{% if cni is defined and cni | length > 0 %}
cni: "{{ cni }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment