Skip to content

Commit 3a86fed

Browse files
authored
Fix linting errors. (fluent#1656)
Signed-off-by: Josh Baird <[email protected]>
1 parent 6d59305 commit 3a86fed

File tree

1 file changed

+40
-39
lines changed

1 file changed

+40
-39
lines changed

charts/fluent-operator/values.yaml

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -321,53 +321,53 @@ fluentbit:
321321
# See https://docs.fluentbit.io/manual/pipeline/outputs/loki
322322
loki:
323323
# Switch for generation of fluentbit loki ClusterOutput (and loki basic auth http user and pass secrets if required)
324-
enable: false # Bool
324+
enable: false # Bool
325325
retryLimit: "no_limits"
326326
logLevel: "info"
327-
host: 127.0.0.1 # String
328-
port: 3100 # Int
327+
host: 127.0.0.1 # String
328+
port: 3100 # Int
329329
# Either, give http{User,Password},tenantID string values specifying them directly
330330
httpUser: myuser
331331
httpPassword: mypass
332332
tenantID: ""
333333
# Or give {http{User,Password},tenantID} as reference to secrets that you have manually installed into your kubernetes cluster
334-
#httpUser:
335-
# valueFrom:
336-
# secretKeyRef:
337-
# key: value
338-
# name: husersecret
339-
# optional: true
340-
#httpPassword:
341-
# valueFrom:
342-
# secretKeyRef:
343-
# key: value
344-
# name: hpasssecret
345-
# optional: true
346-
#tenantID:
347-
# valueFrom:
348-
# secretKeyRef:
349-
# key: value
350-
# name: tenantsecret
351-
# optional: true
334+
# httpUser:
335+
# valueFrom:
336+
# secretKeyRef:
337+
# key: value
338+
# name: husersecret
339+
# optional: true
340+
# httpPassword:
341+
# valueFrom:
342+
# secretKeyRef:
343+
# key: value
344+
# name: hpasssecret
345+
# optional: true
346+
# tenantID:
347+
# valueFrom:
348+
# secretKeyRef:
349+
# key: value
350+
# name: tenantsecret
351+
# optional: true
352352
#
353353
# To use bearer token auth instead of http basic auth
354-
#bearerToken: ey....
354+
# bearerToken: ey....
355355
# or with existing secret
356-
#bearerToken:
357-
# valueFrom:
358-
# secretKeyRef:
359-
# key: value
360-
# name: bearerTokenSecret
361-
# optional: true
362-
#labels: [] # String list of <name>=<value>
363-
#labelKeys: [] # String list of <key>
364-
#removeKeys: [] # String list of <key>
365-
#labelMapPath: '' # String, path to file, ex /here/it/is
366-
#dropSingleKey: off
367-
#lineFormat: '' # String
368-
#autoKubernetesLabels: on
369-
#tenantIDKey: # String
370-
#tls: {} # *plugins.TLS fluentbit docs
356+
# bearerToken:
357+
# valueFrom:
358+
# secretKeyRef:
359+
# key: value
360+
# name: bearerTokenSecret
361+
# optional: true
362+
# labels: [] # String list of <name>=<value>
363+
# labelKeys: [] # String list of <key>
364+
# removeKeys: [] # String list of <key>
365+
# labelMapPath: '' # String, path to file, ex /here/it/is
366+
# dropSingleKey: off
367+
# lineFormat: '' # String
368+
# autoKubernetesLabels: on
369+
# tenantIDKey: # String
370+
# tls: {} # *plugins.TLS fluentbit docs
371371
stackdriver: {}
372372
# You can configure the stackdriver configuration here
373373

@@ -431,12 +431,13 @@ fluentbit:
431431
javaMultiline:
432432
# use in filter for parser generic springboot multiline log format
433433
enable: false
434-
#Using namespaceClusterFbCfg, deploy fluent-bit configmap and secret in this namespace.
435-
#If it is not defined, it is in the namespace of the fluent-operator.
434+
# Using namespaceClusterFbCfg, deploy fluent-bit configmap and secret in this namespace.
435+
# If it is not defined, it is in the namespace of the fluent-operator.
436436
namespaceClusterFbCfg: ""
437437

438438
fluentd:
439439
# Installs a sub chart carrying the CRDs for the fluentd controller. The sub chart is enabled by default.
440+
# Valid modes include "collector" and "agent".
440441
crdsEnable: true
441442
enable: false
442443
name: fluentd

0 commit comments

Comments
 (0)