1
0
Fork 0

Allow for configuration of confidential services
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
Nis Wechselberg 2025-05-17 20:33:04 +02:00
parent 694fd412c9
commit 2d672a5e28
Signed by: enbewe
GPG key ID: 7B25171F921B9E57

View file

@ -25,6 +25,7 @@ SERVICES=[
'url': '{{ service.url }}',
'logo_url': '{{ service.logo_url }}',
'required_group': '{{ service.required_group }}',
'confidential': {{ service.confidential | default(True) }},
},
{% endfor %}
]