Skip to content

Commit

Permalink
[incubator/cassandra] Remove duplicate name for servicemonitor (helm#…
Browse files Browse the repository at this point in the history
…22592)

Signed-off-by: Sam Weston <[email protected]>
  • Loading branch information
cablespaghetti authored May 30, 2020
1 parent 474cec3 commit 30283d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/cassandra/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: cassandra
version: 0.15.0
version: 0.15.1
appVersion: 3.11.6
description: Apache Cassandra is a free and open-source distributed database management
system designed to handle large amounts of data across many commodity servers, providing
Expand Down
1 change: 0 additions & 1 deletion incubator/cassandra/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ template "cassandra.fullname" . }}
name: hello-prometheus-scraping
labels:
app: {{ template "cassandra.name" . }}
chart: {{ template "cassandra.chart" . }}
Expand Down

0 comments on commit 30283d0

Please sign in to comment.