mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
Fix linter issues
This commit is contained in:
@@ -35,7 +35,7 @@ image:
|
||||
## String to partially override kafka.fullname template (will maintain the release name)
|
||||
# nameOverride:
|
||||
|
||||
## String to fully override kafka.fullname template
|
||||
## String to fully override kafka.fullname template
|
||||
# fullnameOverride:
|
||||
|
||||
## Init containers parameters:
|
||||
@@ -207,16 +207,16 @@ auth:
|
||||
enabled: true
|
||||
|
||||
## Enable SSL to be used with brokers and consumers
|
||||
#ssl: false
|
||||
# ssl: false
|
||||
|
||||
## Name of the existing secret containing credentials for brokerUser, interBrokerUser and zookeeperUser.
|
||||
#existingSecret:
|
||||
# existingSecret:
|
||||
|
||||
## Name of the existing secret containing the certificate files that will be used by Kafka.
|
||||
#certificatesSecret:
|
||||
# certificatesSecret:
|
||||
|
||||
## Password for the above certificates if they are password protected.
|
||||
#certificatesPassword:
|
||||
# certificatesPassword:
|
||||
|
||||
## Kafka client user.
|
||||
brokerUser: user
|
||||
@@ -231,10 +231,10 @@ auth:
|
||||
# interBrokerPassword:
|
||||
|
||||
## Kafka Zookeeper user.
|
||||
#zookeeperUser:
|
||||
# zookeeperUser:
|
||||
|
||||
## Kafka Zookeeper password.
|
||||
#zookeeperPassword:
|
||||
# zookeeperPassword:
|
||||
|
||||
## Kubernetes Security Context
|
||||
## https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
||||
@@ -515,12 +515,12 @@ metrics:
|
||||
## `whitelistObjectNames: []`
|
||||
##
|
||||
overrideConfig: {}
|
||||
# jmxUrl: service:jmx:rmi:///jndi/rmi://127.0.0.1:5555/jmxrmi
|
||||
# lowercaseOutputName: true
|
||||
# lowercaseOutputLabelNames: true
|
||||
# ssl: false
|
||||
# rules:
|
||||
# - pattern: ".*"
|
||||
# jmxUrl: service:jmx:rmi:///jndi/rmi://127.0.0.1:5555/jmxrmi
|
||||
# lowercaseOutputName: true
|
||||
# lowercaseOutputLabelNames: true
|
||||
# ssl: false
|
||||
# rules:
|
||||
# - pattern: ".*"
|
||||
## If you would like to supply your own ConfigMap for JMX metrics, supply the name of that
|
||||
## ConfigMap as an `overrideName` here.
|
||||
##
|
||||
|
||||
+13
-13
@@ -35,7 +35,7 @@ image:
|
||||
## String to partially override kafka.fullname template (will maintain the release name)
|
||||
# nameOverride:
|
||||
|
||||
## String to fully override kafka.fullname template
|
||||
## String to fully override kafka.fullname template
|
||||
# fullnameOverride:
|
||||
|
||||
## Init containers parameters:
|
||||
@@ -207,16 +207,16 @@ auth:
|
||||
enabled: false
|
||||
|
||||
## Enable SSL to be used with brokers and consumers
|
||||
#ssl: false
|
||||
# ssl: false
|
||||
|
||||
## Name of the existing secret containing credentials for brokerUser, interBrokerUser and zookeeperUser.
|
||||
#existingSecret:
|
||||
# existingSecret:
|
||||
|
||||
## Name of the existing secret containing the certificate files that will be used by Kafka.
|
||||
#certificatesSecret:
|
||||
# certificatesSecret:
|
||||
|
||||
## Password for the above certificates if they are password protected.
|
||||
#certificatesPassword:
|
||||
# certificatesPassword:
|
||||
|
||||
## Kafka client user.
|
||||
brokerUser: user
|
||||
@@ -231,10 +231,10 @@ auth:
|
||||
# interBrokerPassword:
|
||||
|
||||
## Kafka Zookeeper user.
|
||||
#zookeeperUser:
|
||||
# zookeeperUser:
|
||||
|
||||
## Kafka Zookeeper password.
|
||||
#zookeeperPassword:
|
||||
# zookeeperPassword:
|
||||
|
||||
## Kubernetes Security Context
|
||||
## https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
||||
@@ -515,12 +515,12 @@ metrics:
|
||||
## `whitelistObjectNames: []`
|
||||
##
|
||||
overrideConfig: {}
|
||||
# jmxUrl: service:jmx:rmi:///jndi/rmi://127.0.0.1:5555/jmxrmi
|
||||
# lowercaseOutputName: true
|
||||
# lowercaseOutputLabelNames: true
|
||||
# ssl: false
|
||||
# rules:
|
||||
# - pattern: ".*"
|
||||
# jmxUrl: service:jmx:rmi:///jndi/rmi://127.0.0.1:5555/jmxrmi
|
||||
# lowercaseOutputName: true
|
||||
# lowercaseOutputLabelNames: true
|
||||
# ssl: false
|
||||
# rules:
|
||||
# - pattern: ".*"
|
||||
## If you would like to supply your own ConfigMap for JMX metrics, supply the name of that
|
||||
## ConfigMap as an `overrideName` here.
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user