Files
Compose-Files/helm/infisical/files/helm-secrets.yaml
T
2026-07-20 09:23:17 -04:00

13 lines
294 B
YAML

---
# Sensitive Helm values. Store this file securely and do not commit rendered real secrets.
<%- if not database_external %>
postgresql:
auth:
password: "<< database_password >>"
<%- endif %>
<%- if not redis_external %>
redis:
auth:
password: "<< redis_password >>"
<%- endif %>