Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Make compatible with apache/nifi >= 1.19.0 (#313) (#314)
Browse files Browse the repository at this point in the history
* Make compatible with apache/nifi >= 1.19.0 (#313)

Signed-off-by: Jannik Rebmann <[email protected]>

* trigger GitHub actions

* trigger GitHub actions

---------

Signed-off-by: Jannik Rebmann <[email protected]>
Co-authored-by: Sebastien Dupont <[email protected]>
  • Loading branch information
jrebmann and banzo authored Dec 20, 2023
1 parent a8abcf5 commit 89857aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ spec:
-noprompt \
-trustcacerts \
-alias $ALIAS \
-storetype JKS \
-file $ca \
-keystore "${NIFI_HOME}/tls/truststore-new.jks" \
-storepass "{{ .Values.certManager.truststorePasswd }}"
Expand All @@ -686,6 +687,7 @@ spec:
-destkeystore "${NIFI_HOME}/tls/keystore-new.jks" \
-srckeystore "/tmp/tls.p12" \
-srcstoretype PKCS12 \
-deststoretype JKS \
-srcstorepass "{{ .Values.certManager.keystorePasswd }}" \
-deststorepass "{{ .Values.certManager.keystorePasswd }}"
mv "${NIFI_HOME}/tls/keystore-new.jks" "${NIFI_HOME}/tls/keystore.jks"
Expand Down

0 comments on commit 89857aa

Please sign in to comment.