Allow for configuration of confidential services
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
parent
694fd412c9
commit
2d672a5e28
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ SERVICES=[
|
|||
'url': '{{ service.url }}',
|
||||
'logo_url': '{{ service.logo_url }}',
|
||||
'required_group': '{{ service.required_group }}',
|
||||
'confidential': {{ service.confidential | default(True) }},
|
||||
},
|
||||
{% endfor %}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue