Skip to content

Commit

Permalink
fix: database reference for mission control topology
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jun 12, 2024
1 parent 6e242bb commit a719e24
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions charts/mission-control/templates/mission-control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ metadata:
spec:
postgres:
database:
value: mission-control
valueFrom:
secretKeyRef:
name: incident-commander-postgres
key: DATABASE
insecureTLS: true
host:
value: postgres
valueFrom:
secretKeyRef:
name: incident-commander-postgres
key: POSTGRES_HOST
username:
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit a719e24

Please sign in to comment.