Skip to content

Commit

Permalink
Fix: broken serviceMonitor tlsConfig (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
DoGab authored Aug 22, 2022
1 parent 954c12d commit 005d846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/zitadel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: zitadel
description: A Helm chart for ZITADEL v2
type: application
appVersion: "v2.0.0-amd64"
version: 3.0.0
version: 3.0.1
kubeVersion: '>= 1.16.15-0'
icon: https://zitadel.zitadel.cloud/ui/login/resources/themes/zitadel/logo-dark.svg
dependencies:
Expand Down
5 changes: 3 additions & 2 deletions charts/zitadel/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ spec:
scheme: {{ .Values.metrics.serviceMonitor.scheme }}
{{- end }}
{{- if .Values.metrics.serviceMonitor.tlsConfig }}
tlsConfig: {{ .Values.metrics.serviceMonitor.tlsConfig }}
tlsConfig:
{{- toYaml .Values.metrics.serviceMonitor.tlsConfig | nindent 6 }}
{{- end }}
{{- if .Values.metrics.serviceMonitor.proxyUrl }}
proxyUrl: {{ .Values.metrics.serviceMonitor.proxyUrl }}
Expand All @@ -47,4 +48,4 @@ spec:
selector:
matchLabels:
{{- include "zitadel.selectorLabels" . | nindent 6 }}
{{- end }}
{{- end }}

0 comments on commit 005d846

Please sign in to comment.