migrate
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# 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 %>
|
||||
Reference in New Issue
Block a user