Skip to content

Commit

Permalink
fix: kafka-operator lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Oct 4, 2024
1 parent f11393b commit e24b585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions stable/kafka-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ name: kafka-operator
sources:
- https://github.com/banzaicloud/koperator
version: 0.25.1
maintainers:
- name: mhrabovcin
6 changes: 3 additions & 3 deletions stable/kafka-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ operator:
# configurable Kubernetes namespaces.
# In this scenario, users can replace the default
# ClusterRole and ClusterRoleBinding to Role and RoleBinding respectively.
# When this field is not empty and Cert-manager is used,
# When this field is not empty and Cert-manager is used,
# the Cert-manager's Custom Resource Namespace must be included in the comma separated list.
# When it is empty, all namespaces will be watched.
# When it is empty, all namespaces will be watched.
namespaces: ""
verboseLogging: false
developmentLogging: false
Expand Down Expand Up @@ -73,7 +73,7 @@ prometheusMetrics:
create: true
name: kafka-operator-authproxy

#metricEndpoint:
# metricEndpoint:
# port:

nameOverride: ""
Expand Down

0 comments on commit e24b585

Please sign in to comment.