We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76a137 commit 440d993Copy full SHA for 440d993
charts/gitops-runtime/templates/_helpers.tpl
@@ -238,7 +238,7 @@ Output comma separated list of installed runtime components
238
{{- $comptList = append $comptList $tunnelClient }}
239
{{- end }}
240
{{- if and (index .Values "gitops-operator") "enabled" }}
241
- {{- $gitopsOperator := dict "name" "codefresh-gitops-operator" "version" (get .Subcharts "gitops-operator").Chart.AppVersion }}
+ {{- $gitopsOperator := dict "name" "gitops-operator" "version" (get .Subcharts "gitops-operator").Chart.AppVersion }}
242
{{- $comptList = append $comptList $gitopsOperator }}
243
244
{{- $comptList | toYaml }}
0 commit comments