Merge pull request #13424 from wangjingcun/main

fix: fix label name
pull/13427/head
Matt Farina 11 months ago committed by GitHub
commit 2aba8a1fcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,7 +3,7 @@ kind: Service
metadata: metadata:
name: subchart2-{{ .Chart.Name }} name: subchart2-{{ .Chart.Name }}
labels: labels:
helm.sh/hart: "{{ .Chart.Name }}-{{ .Chart.Version }}" helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:

Loading…
Cancel
Save