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
No related branches found
No related tags found
1 merge request!25Upgrade versions - k8s 1.31.2, jupyterhub 4.1.6
This commit is part of merge request !25. Comments created here will be created in the context of that merge request.
{{ 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