This commit is contained in:
Mike McFetridge
2026-07-20 09:23:17 -04:00
parent c1315882da
commit 72272e4006
3179 changed files with 562960 additions and 14 deletions
+16
View File
@@ -0,0 +1,16 @@
<%- if database_external %>
---
apiVersion: v1
kind: Secret
metadata:
name: << database_secret_name >>
namespace: << namespace >>
labels:
app.kubernetes.io/name: infisical
app.kubernetes.io/instance: << release_name >>
type: Opaque
stringData:
DB_CONNECTION_URI: "<< database_connection_uri >>"
<%- else %>
# External PostgreSQL is disabled; the chart-managed PostgreSQL credentials are in helm-secrets.yaml.
<%- endif %>