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

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

remove secrets from helm values

parent 30501645
Branches main
No related tags found
1 merge request!1Restore main as the default branch
......@@ -23,28 +23,6 @@ spec:
secret:
create: false
name: cloud-config
cloudConfig:
global:
auth-url: {{ openstack_auth.auth_url }}
application-credential-id: {{ openstack_auth.application_credential_id }}
application-credential-secret: {{ openstack_auth.application_credential_secret }}
region: {{ openstack_region_name }}
loadBalancer:
use-octavia: true
subnet-id: {{ subnet_id }}
floating-network-id: {{ floating_network_id }}
# see: https://github.com/kubernetes/cloud-provider-openstack/blob/openstack-cloud-controller-manager-1.2.0/docs/openstack-cloud-controller-manager/using-openstack-cloud-controller-manager.md#load-balancer
# see: https://github.com/kubernetes/ingress-nginx/issues/3996
# see: https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1860-kube-proxy-IP-node-binding
enable-ingress-hostname: "true"
{% if item.value.ingressHostnameSuffix is defined %}
ingress-hostname-suffix: {{ item.value.ingressHostnameSuffix }}
{% endif %}
{% if router_id is defined %}
route:
router-id: {{ router_id }}
{% endif %}
tolerations:
- key: node.cloudprovider.kubernetes.io/uninitialized
......
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