fix(argo-cd): Add missing templating for some service labels (#1489)
This commit is contained in:
parent
fd0f2c92e1
commit
9b3a65e239
4 changed files with 11 additions and 2 deletions
|
|
@ -10,6 +10,9 @@ metadata:
|
|||
name: {{ template "argo-cd.controller.fullname" . }}
|
||||
labels:
|
||||
{{- include "argo-cd.labels" (dict "context" . "component" .Values.controller.name "name" .Values.controller.name) | nindent 4 }}
|
||||
{{- with .Values.controller.service.labels }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
ports:
|
||||
- name: {{ .Values.controller.service.portName }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue