Skip to content

Commit

Permalink
FIxes #81 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallschlaeger committed Sep 12, 2023
1 parent 9dc8818 commit 425eeb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/geonode/templates/pycsw/pycsw-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ spec:
- name: GEONODE_DATABASE_PASSWORD
valueFrom:
secretKeyRef:
name: {{ .Values.postgres.geonode_databasename_and_username }}.{{ include "postgres_pod_name" . }}.credentials.postgresql.acid.zalan.do
name: {{ include "database_geonode_password_secret_key_ref" . }}
key: password
- name: PYCSW_REPOSITORY_DATABASE_URI
value: "postgresql://$(GEONODE_DATABASE):$(GEONODE_DATABASE_PASSWORD)@$(DATABASE_HOST):$(DATABASE_PORT)/$(GEONODE_DATABASE)"


ports:
- containerPort: {{ .Values.pycsw.port }}
volumeMounts:
Expand Down

0 comments on commit 425eeb0

Please sign in to comment.