Add default value for beat.enabled
This commit is contained in:
parent
c457321e04
commit
8ac203960d
|
@ -97,6 +97,9 @@ worker:
|
||||||
tolerations: []
|
tolerations: []
|
||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
|
beat:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# Specifies whether a service account should be created
|
# Specifies whether a service account should be created
|
||||||
create: false
|
create: false
|
||||||
|
|
Loading…
Reference in a new issue