Skip to content

Commit

Permalink
revert lint changes
Browse files Browse the repository at this point in the history
Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 committed Sep 12, 2023
1 parent fd2a7a0 commit e3f2f49
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions charts/prometheus-elasticsearch-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ log:
format: logfmt
level: info

resources:
{}
resources: {}
# requests:
# cpu: 100m
# memory: 128Mi
Expand Down Expand Up @@ -255,8 +254,7 @@ prometheusRule:
enabled: false
# namespace: monitoring
labels: {}
rules:
[]
rules: []
# - record: elasticsearch_filesystem_data_used_percent
# expr: |
# 100 * (elasticsearch_filesystem_data_size_bytes{service="{{ template "elasticsearch-exporter.fullname" . }}"} - elasticsearch_filesystem_data_free_bytes{service="{{ template "elasticsearch-exporter.fullname" . }}"})
Expand Down

0 comments on commit e3f2f49

Please sign in to comment.