mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
fix: Fix serviceMonitor default service reference (#73)
This commit is contained in:
parent
ae4233c77f
commit
b6b5c6bf4a
11 changed files with 29 additions and 29 deletions
|
@ -3,7 +3,7 @@ apiVersion: v2
|
|||
name: common
|
||||
description: Function library for Helm charts
|
||||
type: library
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
keywords:
|
||||
- common
|
||||
|
|
|
@ -342,7 +342,7 @@ serviceMonitor:
|
|||
selector: {}
|
||||
|
||||
# -- Configures the target Service for the serviceMonitor. Helm templates can be used.
|
||||
serviceName: main
|
||||
serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
|
||||
|
||||
# -- Configures the endpoints for the serviceMonitor.
|
||||
# @default -- See values.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue