Disable functions by default in values.yaml (#483)
This commit is contained in:
parent
fdec9c69ef
commit
cc0a1acf22
@ -36,6 +36,8 @@ affinity:
|
||||
components:
|
||||
autorecovery: false
|
||||
pulsar_manager: false
|
||||
# enable functions by default in CI
|
||||
functions: true
|
||||
|
||||
zookeeper:
|
||||
replicaCount: 1
|
||||
|
||||
@ -120,7 +120,9 @@ components:
|
||||
# broker
|
||||
broker: true
|
||||
# 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: true
|
||||
# toolset
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user