chore: Update manifests after change

This commit is contained in:
2025-12-14 00:16:25 +00:00
parent 9a14e236ea
commit cc834f6342
3 changed files with 52 additions and 23 deletions

View File

@@ -55,27 +55,27 @@ spec:
valueFrom:
secretKeyRef:
key: username
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
key: password
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: POSTGRES_DATABASE_NAME
valueFrom:
secretKeyRef:
key: dbname
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: POSTGRES_DATABASE_HOST
valueFrom:
secretKeyRef:
key: host
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: POSTGRES_DATABASE_PORT
valueFrom:
secretKeyRef:
key: port
name: outline-postgresql-17-cluster-app
name: outline-postgresql-18-cluster-app
- name: DATABASE_URL
value: postgres://$(POSTGRES_USERNAME):$(POSTGRES_PASSWORD)@$(POSTGRES_DATABASE_HOST):$(POSTGRES_DATABASE_PORT)/$(POSTGRES_DATABASE_NAME)
- name: DATABASE_URL_TEST