File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -999,7 +999,7 @@ webhooks:
999999 failurePolicy : Fail
10001000 objectSelector :
10011001 matchLabels :
1002- x-live-enabled : true
1002+ x-live-enabled : " true"
10031003 - name : " joylive-injector-pod.joylive.io"
10041004 rules :
10051005 - apiGroups : [ "" ]
@@ -1020,7 +1020,7 @@ webhooks:
10201020 failurePolicy : Fail
10211021 objectSelector :
10221022 matchLabels :
1023- x-live-enabled : true
1023+ x-live-enabled : " true"
10241024---
10251025# Source: joylive-injector/templates/servicemonitor.yaml
10261026apiVersion : monitoring.coreos.com/v1
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ app: {{ .Chart.Name }}
5555Match labels
5656*/ }}
5757{{- define " joylive-injector.matchLabels" -}}
58- {{ .Values.matchLabels.matchKey }} : {{ .Values.matchLabels.matchValue }}
58+ {{ .Values.matchLabels.matchKey }} : " {{ .Values.matchLabels.matchValue }}"
5959{{- end }}
6060
6161{{/*
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace: joylive
99clusterId : " "
1010
1111matchLabels :
12- matchKey : x-live-enabled
12+ matchKey : " x-live-enabled"
1313 matchValue : " true"
1414
1515# Additional labels to apply on the pod level for monitoring and logging configuration.
You can’t perform that action at this time.
0 commit comments