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

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

fix: disable admission webhooks

parent b518ea1d
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
...@@ -20,6 +20,8 @@ spec: ...@@ -20,6 +20,8 @@ spec:
default: true default: true
service: service:
enabled: true enabled: true
admissionWebhooks:
enabled: false
{% if item.value.loadBalancerIP is defined and item.value.loadBalancerIP | length > 0 %} {% if item.value.loadBalancerIP is defined and item.value.loadBalancerIP | length > 0 %}
externalTrafficPolicy: "Local" externalTrafficPolicy: "Local"
type: LoadBalancer type: LoadBalancer
......
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