Don't substitute environment variables (#28)
*Motivation* environment variables are already taken by bash scripts. We don't need to substitute them.
This commit is contained in:
parent
248f11c932
commit
1c8a434ef6
@ -107,7 +107,6 @@ spec:
|
||||
args:
|
||||
- >
|
||||
bin/apply-config-from-env.py conf/bookkeeper.conf;
|
||||
bin/apply-config-from-env.py conf/bkenv.sh;
|
||||
{{- include "pulsar.autorecovery.zookeeper.tls.settings" . | nindent 10 }}
|
||||
bin/bookkeeper autorecovery
|
||||
ports:
|
||||
|
||||
@ -132,8 +132,6 @@ spec:
|
||||
args:
|
||||
- >
|
||||
bin/apply-config-from-env.py conf/bookkeeper.conf;
|
||||
bin/apply-config-from-env.py conf/pulsar_env.sh;
|
||||
bin/apply-config-from-env.py conf/bkenv.sh;
|
||||
{{- include "pulsar.bookkeeper.zookeeper.tls.settings" . | nindent 10 }}
|
||||
bin/pulsar bookie;
|
||||
ports:
|
||||
|
||||
@ -164,7 +164,6 @@ spec:
|
||||
args:
|
||||
- >
|
||||
bin/apply-config-from-env.py conf/broker.conf;
|
||||
bin/apply-config-from-env.py conf/pulsar_env.sh;
|
||||
bin/gen-yml-from-env.py conf/functions_worker.yml;
|
||||
echo "OK" > status;
|
||||
{{- include "pulsar.broker.zookeeper.tls.settings" . | nindent 10 }}
|
||||
|
||||
@ -143,7 +143,6 @@ spec:
|
||||
args:
|
||||
- >
|
||||
bin/apply-config-from-env.py conf/proxy.conf &&
|
||||
bin/apply-config-from-env.py conf/pulsar_env.sh &&
|
||||
echo "OK" > status &&
|
||||
bin/pulsar proxy
|
||||
ports:
|
||||
|
||||
@ -86,7 +86,6 @@ spec:
|
||||
args:
|
||||
- >
|
||||
bin/apply-config-from-env.py conf/zookeeper.conf;
|
||||
bin/apply-config-from-env.py conf/pulsar_env.sh;
|
||||
{{- include "pulsar.zookeeper.tls.settings" . | nindent 10 }}
|
||||
bin/generate-zookeeper-config.sh conf/zookeeper.conf;
|
||||
bin/pulsar zookeeper;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user