Skip to content

Commit

Permalink
Issue #145 bug database connection issue when using postgres operator (
Browse files Browse the repository at this point in the history
…#149)

* [fixes #145] Bug: Database connection issue when using postgres-operator
  • Loading branch information
mwallschlaeger committed Feb 26, 2024
1 parent c3d30d1 commit 9e55e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/geonode/templates/geonode/geonode-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,17 @@ spec:
valueFrom:
secretKeyRef:
name: {{ include "database_geonode_password_secret_key_ref" . }}
key: password
key: {{ include "database_geonode_password_key_ref" . }}
- name: GEONODE_GEODATABASE_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "database_geodata_password_secret_key_ref" . }}
key: password
key: {{ include "database_geodata_password_key_ref" . }}
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "database_postgres_password_secret_key_ref" . }}
key: password
key: {{ include "database_postgres_password_key_ref" . }}
- name: GEODATABASE_URL
value: "postgis://$(GEONODE_GEODATABASE):$(GEONODE_GEODATABASE_PASSWORD)@$(DATABASE_HOST):$(DATABASE_PORT)/$(GEONODE_GEODATABASE)"
- name: DATABASE_URL
Expand Down

0 comments on commit 9e55e10

Please sign in to comment.