cetic / helm-fadi

Helm Chart for FADI
https://github.com/cetic/fadi
Apache License 2.0
13 stars 4 forks source link

Add postgresql driver to nifi containers #3

Closed banzo closed 4 years ago

banzo commented 4 years ago

We currently use this hack:

wget https://jdbc.postgresql.org/download/postgresql-42.2.6.jar
kubectl cp ./postgresql-42.2.6.jar fadi/fadi-nifi-0:/opt/nifi/postgresql-42.2.6.jar
rm postgresql-42.2.6.jar

It should ideally be an option of the chart where the version can be specified (or the whole jar download path?).

banzo commented 4 years ago

See https://github.com/cetic/helm-nifi/issues/5 for progress

alexnuttinck commented 4 years ago

Can be solved now by adding:

nifi:
  postStart: /opt/nifi/psql; wget -P /opt/nifi/psql https://jdbc.postgresql.org/download/postgresql-42.2.6.jar
alexnuttinck commented 4 years ago

merged in 0.1.9!