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
{{ 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.
Finish editing this message first!
Please register or to comment