Commit 32933c9e authored by David McKay's avatar David McKay

fix: remove comments, because I cannot be bothered with this chart linter

parent 9aeb450c
...@@ -30,7 +30,7 @@ bootstrap: ...@@ -30,7 +30,7 @@ bootstrap:
# and password for your "admin" account. # and password for your "admin" account.
# A secret should be provided, which will have the keys # A secret should be provided, which will have the keys
# "username" and "password" available. # "username" and "password" available.
auth: # {} auth:
secretName: auth secretName: auth
# This section allows you to use DDL and DML to define # This section allows you to use DDL and DML to define
# databases, retention policies, and inject some data. # databases, retention policies, and inject some data.
...@@ -38,8 +38,8 @@ bootstrap: ...@@ -38,8 +38,8 @@ bootstrap:
# must exist, even if one of them is empty. # must exist, even if one of them is empty.
# DDL is executed before DML, to enforce databases and retention policies # DDL is executed before DML, to enforce databases and retention policies
# to exist. # to exist.
ddldml: # {} ddldml: {}
configMap: ddl-dml # configMap: ddl-dml
meta: meta:
replicas: 3 replicas: 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment