Skip to content

Commit

Permalink
Remove invalid calls to "bin/apply-config-from-env.py conf/bkenv.sh" (a…
Browse files Browse the repository at this point in the history
…pache#163)

- this is obsolete after apache/pulsar#6579, apache/pulsar#4105 and apache/pulsar#5892
  changes. apply-config-from-env.py doesn't properly handle replacements for shell scripts
  • Loading branch information
lhotari authored Mar 21, 2022
1 parent 3dcb01b commit f330228
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ spec:
args:
- >
bin/apply-config-from-env.py conf/bookkeeper.conf &&
bin/apply-config-from-env.py conf/bkenv.sh &&
bin/bookkeeper shell metaformat --nonInteractive || true;
envFrom:
- configMapRef:
Expand Down Expand Up @@ -173,7 +172,6 @@ spec:
args:
- >
bin/apply-config-from-env.py conf/bookkeeper.conf &&
bin/apply-config-from-env.py conf/bkenv.sh &&
{{- if and .Values.enableTls .Values.tls.bookkeeper.enabled }}
openssl pkcs8 -topk8 -inform PEM -outform PEM -in /pulsar/certs/tls.key -out /pulsar/tls-pk8.key -nocrypt &&
{{- end }}
Expand Down

0 comments on commit f330228

Please sign in to comment.