Merge pull request #13424 from wangjingcun/main

fix: fix label name
pull/13427/head
Matt Farina 2 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:
name: subchart2-{{ .Chart.Name }}
labels:
helm.sh/hart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
spec:
type: {{ .Values.service.type }}
ports:

Loading…
Cancel
Save