Skip to content

Commit

Permalink
update secret name for ogc-features
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Sep 6, 2024
1 parent 4d71a9c commit b5743f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion opendata-ogc-features/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Helm chart for data-api (opendata-ogc-features)

type: application

version: 0.0.2
version: 0.0.3

appVersion: "1.0.0"
10 changes: 5 additions & 5 deletions opendata-ogc-features/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@ environment:
valueFrom:
secretKeyRef:
key: host
name: db-credentials-test-geodata
name: georchestra-database-geodata-secret
- name: POSTGRES_PORT
valueFrom:
secretKeyRef:
key: port
name: db-credentials-test-geodata
name: georchestra-database-geodata-secret
- name: POSTGRES_DB
valueFrom:
secretKeyRef:
key: dbname
name: db-credentials-test-geodata
name: georchestra-database-geodata-secret
- name: POSTGRES_USER
valueFrom:
secretKeyRef:
key: user
name: db-credentials-test-geodata
name: georchestra-database-geodata-secret
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
key: password
name: db-credentials-test-geodata
name: georchestra-database-geodata-secret
tolerations: []

0 comments on commit b5743f0

Please sign in to comment.