helm: allow setting master.toml config (#4797)

This commit is contained in:
Alexandre Viau
2023-08-28 23:44:09 -04:00
committed by GitHub
parent 03389bf844
commit 271c51f273
3 changed files with 26 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ master:
# Disable http request, only gRpc operations are allowed
disableHttp: false
config: |-
# Enter any extra configuration for master.toml here.
# It may be be a multi-line string.
# can use ANY storage-class , example with local-path-provisioner
# data:
# type: "persistentVolumeClaim"