Skip to content
Snippets Groups Projects
Commit a9473a08 authored by František Dvořák's avatar František Dvořák
Browse files

Fix secrets in assets deployment

parent 50362cba
Branches
No related tags found
1 merge request!25Upgrade versions - k8s 1.31.2, jupyterhub 4.1.6
{{ ansible_managed | comment }}
{% for key, value in secret.items() -%}
{% for key, value in secrets.items() -%}
{% if key | regex_search('^glpi_') -%}
{{ key | regex_replace('^glpi_', '') }} = {{ value }}
{% endif -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment