Automated Manifest Update (#2502)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2502 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2502.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user