Disable functions by default in values.yaml (#483)
This commit is contained in:
parent
fdec9c69ef
commit
cc0a1acf22
@ -36,6 +36,8 @@ affinity:
|
|||||||
components:
|
components:
|
||||||
autorecovery: false
|
autorecovery: false
|
||||||
pulsar_manager: false
|
pulsar_manager: false
|
||||||
|
# enable functions by default in CI
|
||||||
|
functions: true
|
||||||
|
|
||||||
zookeeper:
|
zookeeper:
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|||||||
@ -120,7 +120,9 @@ components:
|
|||||||
# broker
|
# broker
|
||||||
broker: true
|
broker: true
|
||||||
# functions
|
# functions
|
||||||
functions: true
|
# WARNING! Before enabling functions, make sure that all of your users are trusted since functions run user code
|
||||||
|
# and the current security sandbox is not sufficient to protect against malicious code.
|
||||||
|
functions: false
|
||||||
# proxy
|
# proxy
|
||||||
proxy: true
|
proxy: true
|
||||||
# toolset
|
# toolset
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user