diff --git a/cpln-common/versions/1.0.0/templates/_helpers.tpl b/cpln-common/versions/1.0.0/templates/_helpers.tpl index ec97c01e..8f9f6a18 100644 --- a/cpln-common/versions/1.0.0/templates/_helpers.tpl +++ b/cpln-common/versions/1.0.0/templates/_helpers.tpl @@ -28,5 +28,7 @@ app.cpln.io/managed-by: {{ .Release.Service }} cpln/marketplace: "true" cpln/marketplace-template: {{ .Chart.Name }} cpln/marketplace-template-version: {{ .Chart.Version }} +{{- if .Values.global.cpln.gvc }} cpln/marketplace-gvc: {{ .Values.global.cpln.gvc }} {{- end }} +{{- end }}