Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Fv fix harvester deployment (#906)
Browse files Browse the repository at this point in the history
* fix: remove "replicas:" from harvester job

* fix: set manualSelector: true

* fix: PRISMA_CONFIG (database)
  • Loading branch information
fevo1971 committed Jun 16, 2020
1 parent 535c3db commit 9d6e035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/node-watcher/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ databases:
{{ .Values.nodeWatcher.dbName }}:
connector: postgres
host: 127.0.0.1
database: {{ .Values.nodeWatcher.dbName }}
port: 5432
user: {{ .Values.nodeWatcher.dbUser }}
password: {{ .Values.nodeWatcher.dbPassword }}
Expand Down

0 comments on commit 9d6e035

Please sign in to comment.