refactor: remove PostgreSQL database configuration from Infisical deployment.

This commit is contained in:
2026-02-25 23:01:08 +01:00
parent a2f045b80c
commit d09565bdaa
2 changed files with 1 additions and 5 deletions

View File

@@ -35,10 +35,7 @@ spec:
name: infisical-secret
valuesKey: authSecret
targetPath: backendEnvironmentVariables.JWT_AUTH_SECRET
- kind: Secret
name: infisical-db-pguser-infisical
valuesKey: uri
targetPath: backendEnvironmentVariables.DB_CONNECTION_URI
values:
fullnameOverride: *name
backend:

View File

@@ -7,4 +7,3 @@ resources:
- ./helmrepository.yaml
- ./httproute.yaml
- ./secret.sops.yaml
- ./postgres-cluster.yaml