Skip to content

Commit ed65764

Browse files
Merge pull request #200 from StianOvrevage/bug/servicemonitor-tlsconfig
Fix indentation in ServiceMonitor tlsConfig
2 parents c1921fe + c992aa9 commit ed65764

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

helm/oauth2-proxy/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oauth2-proxy
2-
version: 7.5.0
2+
version: 7.5.1
33
apiVersion: v2
44
appVersion: 7.6.0
55
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0"
3535
annotations:
3636
artifacthub.io/changes: |
3737
- kind: changed
38-
description: Improved the readiness check for Redis to support all types
38+
description: Fix indentation in ServiceMonitor tlsConfig
3939
links:
4040
- name: Github PR
41-
url: https://github.com/oauth2-proxy/manifests/pull/197
41+
url: https://github.com/oauth2-proxy/manifests/pull/200

helm/oauth2-proxy/templates/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
{{- end }}
4545
{{- with .Values.metrics.serviceMonitor.tlsConfig }}
4646
tlsConfig:
47-
{{- toYaml .| nindent 4 }}
47+
{{- toYaml .| nindent 6 }}
4848
{{- end }}
4949
{{- with .Values.metrics.serviceMonitor.metricRelabelings }}
5050
metricRelabelings:

0 commit comments

Comments
 (0)