Skip to content

Commit

Permalink
merge(#1292): fixed Cadence srv mon extra labels
Browse files Browse the repository at this point in the history
Fixed Cadence service monitor additional labels
#1292
  • Loading branch information
pregnor committed Sep 21, 2021
2 parents ef2119e + 9f19109 commit 5707f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cadence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cadence
version: 0.21.1
version: 0.21.2
appVersion: 0.21.3
description: Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
icon: https://raw.githubusercontent.com/uber/cadence-web/master/client/assets/logo.svg
Expand Down
2 changes: 1 addition & 1 deletion cadence/templates/server-service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
app.kubernetes.io/component: {{ $service }}
app.kubernetes.io/part-of: {{ $.Chart.Name }}
{{- with (default $.Values.server.metrics.serviceMonitor.additionalLabels $serviceValues.metrics.serviceMonitor.additionalLabels) }}
{{- toYaml . | indent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
endpoints:
Expand Down

0 comments on commit 5707f13

Please sign in to comment.