Skip to content

Commit

Permalink
feat: separate helm chart for CRDs
Browse files Browse the repository at this point in the history
Signed-off-by: Marius Kimmina <[email protected]>
  • Loading branch information
mariuskimmina committed Dec 12, 2024
1 parent 3efe84a commit 3b0c832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k6-crds/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Common labels
*/}}
{{- define "k6-crds.labels" -}}
helm.sh/chart: {{ include "k6-operator.chart" . }}
helm.sh/chart: {{ include "k6-crds.chart" . }}
{{ include "k6-crds.selectorLabels" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
Expand Down

0 comments on commit 3b0c832

Please sign in to comment.