mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
fix more linter errors
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
## Current available global Docker image parameters: imageRegistry and imagePullSecrets
|
||||
##
|
||||
global:
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
|
||||
labels: {}
|
||||
# foo: bar
|
||||
# foo: bar
|
||||
|
||||
## String to partially override node-exporter.fullname template (will maintain the release name)
|
||||
##
|
||||
@@ -66,8 +66,8 @@ image:
|
||||
|
||||
## Additional command line arguments to pass to node-exporter
|
||||
extraArgs: {}
|
||||
# collector.filesystem.ignored-mount-points: "^/(dev|proc|sys|var/lib/docker/.+)($|/)"
|
||||
# collector.filesystem.ignored-fs-types: "^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$"
|
||||
# collector.filesystem.ignored-mount-points: "^/(dev|proc|sys|var/lib/docker/.+)($|/)"
|
||||
# collector.filesystem.ignored-fs-types: "^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$"
|
||||
|
||||
## Additional volumes to the node-exporter pods
|
||||
extraVolumes: []
|
||||
|
||||
Reference in New Issue
Block a user