Commit 9aeb450c authored by David McKay's avatar David McKay

fix: spacing within values yaml for linter

parent 9b4c5366
......@@ -30,7 +30,7 @@ bootstrap:
# and password for your "admin" account.
# A secret should be provided, which will have the keys
# "username" and "password" available.
auth: #{}
auth: # {}
secretName: auth
# This section allows you to use DDL and DML to define
# databases, retention policies, and inject some data.
......@@ -38,7 +38,7 @@ bootstrap:
# must exist, even if one of them is empty.
# DDL is executed before DML, to enforce databases and retention policies
# to exist.
ddldml: #{}
ddldml: # {}
configMap: ddl-dml
meta:
......
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