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

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

fix: externalTrafficPolicy is a String!

parent 054e6aa4
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -24,7 +24,7 @@ spec:
enabled: true
service:
enabled: true
externalTrafficPolicy: {{ item.value.externalTrafficPolicy | bool | string | lower }}
externalTrafficPolicy: {{ item.value.externalTrafficPolicy }}
admissionWebhooks:
enabled: {{ item.value.enableAdmissionWebhooks | bool | string | lower }}
{# - BEGIN OUTER #}
......
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