Fix linter issues

This commit is contained in:
tompizmor
2020-01-27 18:01:45 +01:00
parent 8dba9d1cb0
commit b887560101
2 changed files with 26 additions and 26 deletions
+13 -13
View File
@@ -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
View File
@@ -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.
##