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

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

fix: whitespace yaml

parent a0007409
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -87,17 +87,17 @@ default_manifests:
ingress:
enabled: true
hosts:
- "{{ manifests['config-rke2-cilium'].hubble.hostname | default('example.org') }}"
tls:
- secretName: hubble-cilium-tls
hosts:
- "{{ manifests['config-rke2-cilium'].hubble.hostname | default('example.org') }}"
tls:
- secretName: hubble-cilium-tls
hosts:
- "{{ manifests['config-rke2-cilium'].hubble.hostname | default('example.org') }}"
annotations:
nginx.ingress.kubernetes.io/auth-type: basic
cert-manager.io/cluster-issuer: "{{ manifests['deploy-cert-manager'].clusterissuer | default('please-provide-issuer') }}"
nginx.ingress.kubernetes.io/auth-secret: hubble-auth-secret
nginx.ingress.kubernetes.io/auth-secret-type: auth-file
nginx.ingress.kubernetes.io/auth-realm: "Hubble Authentication Required"
nginx.ingress.kubernetes.io/auth-realm: Hubble Authentication Required
config-nginx-ingress:
......
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