mirror of
https://github.com/bitnami/charts.git
synced 2026-03-02 16:17:47 +08:00
fix(metrics-svc-annotations): Fix wrong value reference (#12918)
Signed-off-by: Franzm024 <info@martin-fra.nz> Signed-off-by: Franzm024 <info@martin-fra.nz>
This commit is contained in:
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/argoproj/argo-cd/
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/dex
|
||||
- https://github.com/dexidp/dex
|
||||
version: 4.2.3
|
||||
version: 4.2.4
|
||||
|
||||
@@ -15,7 +15,7 @@ metadata:
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.commonAnnotations "context" $) | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- if .Values.repoServer.metrics.service.annotations }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.service.annotations "context" $) | nindent 4 }}
|
||||
{{- include "common.tplvalues.render" ( dict "value" .Values.repoServer.metrics.service.annotations "context" $) | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.repoServer.metrics.service.type }}
|
||||
|
||||
Reference in New Issue
Block a user