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

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

fix: object reference

parent 417b7af1
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
{% if item.value.ui.ingress.enabled %} {% if item.value.cilium.ui.ingress.enabled %}
--- ---
apiVersion: v1 apiVersion: v1
...@@ -10,6 +10,7 @@ metadata: ...@@ -10,6 +10,7 @@ metadata:
type: Opaque type: Opaque
stringData: stringData:
auth: "{{ item.value.hubble.user }}:{{ item.value.hubble.password | password_hash('sha512') }}" auth: "{{ item.value.hubble.user }}:{{ item.value.hubble.password | password_hash('sha512') }}"
{% endif %} {% endif %}
--- ---
......
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