Commit 2aba59aa authored by David McKay's avatar David McKay

fix: correct spacing for comments to appease linter

parent 28281df2
......@@ -10,29 +10,29 @@ license: {}
# You can put your license key here for testing this chart out,
# but we STRONGLY recommend using a license file stored in a secret
# when you ship to production.
#key: "your license key"
#secret:
# key: "your license key"
# secret:
# name: license
# key: json
# A secret with keys "username" and "password" is required
auth: {}
#secretName: auth
# secretName: auth
meta:
replicas: 3
image: {}
#override: true
#pullPolicy: IfNotPresent
#repository: influxdb
#tag: "meta"
#nodeSelector: {}
#tolerations: []
#affinity: {}
#podAnnotations: {}
#podSecurityContext: {}
# override: true
# pullPolicy: IfNotPresent
# repository: influxdb
# tag: "meta"
# nodeSelector: {}
# tolerations: []
# affinity: {}
# podAnnotations: {}
# podSecurityContext: {}
# fsGroup: 2000
#securityContext: {}
# securityContext: {}
# capabilities:
# drop:
# - ALL
......@@ -71,17 +71,17 @@ meta:
data:
replicas: 3
image: {}
#override: true
#pullPolicy: IfNotPresent
#repository: influxdb
#tag: "data"
#nodeSelector: {}
#tolerations: []
#affinity: {}
#podAnnotations: {}
#podSecurityContext: {}
# override: true
# pullPolicy: IfNotPresent
# repository: influxdb
# tag: "data"
# nodeSelector: {}
# tolerations: []
# affinity: {}
# podAnnotations: {}
# podSecurityContext: {}
# fsGroup: 2000
#securityContext: {}
# securityContext: {}
# capabilities:
# drop:
# - ALL
......
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