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