Chart: Add controller.metrics.service.enabled. (#12056)

This commit is contained in:
Myst 2024-10-01 07:21:49 +02:00 committed by GitHub
parent 03affadd36
commit f3bfa56c61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{{- if .Values.controller.metrics.enabled -}}
{{- if and .Values.controller.metrics.enabled .Values.controller.metrics.service.enabled -}}
apiVersion: v1
kind: Service
metadata: