1
0
Fork 0
forked from infra/ansible
ansible/roles/openshift-apps/mote/templates/secret.yml.j2
Ryan Lerch aeb540999e mote - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 08:37:31 +10:00

11 lines
211 B
Django/Jinja

---
kind: Secret
apiVersion: v1
metadata:
name: redis-password
stringData:
{% if env == 'staging' %}
password: {{ stg_mote_redis_password }}
{% else %}
password: {{ prod_mote_redis_password }}
{% endif %}