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