Skip to content

Commit

Permalink
[nifi-registry] Made compatible with apache/nifi >= 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrebmann committed Feb 7, 2024
1 parent d77ef84 commit 2c2796f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dysnix/nifi-registry/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ spec:
-noprompt \
-trustcacerts \
-alias $ALIAS \
-storetype JKS \
-file $ca \
-keystore "${NIFI_REGISTRY_HOME}/tls/truststore.jks" \
-storepass "{{ .Values.certManager.truststorePasswd }}"
Expand All @@ -142,6 +143,7 @@ spec:
-destkeystore "${NIFI_REGISTRY_HOME}/tls/keystore.jks" \
-srckeystore "/tmp/tls.p12" \
-srcstoretype PKCS12 \
-deststoretype JKS \
-srcstorepass "{{ .Values.certManager.keystorePasswd }}" \
-deststorepass "{{ .Values.certManager.keystorePasswd }}"
keytool -list -keystore "${NIFI_REGISTRY_HOME}/tls/keystore.jks" \
Expand Down

0 comments on commit 2c2796f

Please sign in to comment.