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:
Martin Franz
2022-10-13 10:31:24 +02:00
committed by GitHub
parent 1f3b8e251f
commit 80cd2ea93d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }}