diff --git a/charts/k6-crds/templates/k6.yaml b/charts/k6-crds/templates/k6.yaml index 5770d9da..a5ad89cc 100644 --- a/charts/k6-crds/templates/k6.yaml +++ b/charts/k6-crds/templates/k6.yaml @@ -3,11 +3,11 @@ kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/component: controller - {{- include "k6-operator.labels" . | nindent 4 }} - {{- include "k6-operator.customLabels" . | nindent 4 }} + {{- include "k6-crds.labels" . | nindent 4 }} + {{- include "k6-crds.customLabels" . | nindent 4 }} annotations: controller-gen.kubebuilder.io/version: v0.16.1 - {{- include "k6-operator.customAnnotations" . | nindent 4 }} + {{- include "k6-crds.customAnnotations" . | nindent 4 }} name: k6s.k6.io spec: group: k6.io diff --git a/charts/k6-crds/templates/plz.yaml b/charts/k6-crds/templates/plz.yaml index 05dade9e..6c0dbf14 100644 --- a/charts/k6-crds/templates/plz.yaml +++ b/charts/k6-crds/templates/plz.yaml @@ -3,10 +3,10 @@ kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/component: controller - {{- include "k6-operator.labels" . | nindent 4 }} - {{- include "k6-operator.customLabels" . | nindent 4 }} + {{- include "k6-crds.labels" . | nindent 4 }} + {{- include "k6-crds.customLabels" . | nindent 4 }} annotations: - {{- include "k6-operator.customAnnotations" . | nindent 4 }} + {{- include "k6-crds.customAnnotations" . | nindent 4 }} controller-gen.kubebuilder.io/version: v0.16.1 name: privateloadzones.k6.io spec: diff --git a/charts/k6-crds/templates/testrun.yaml b/charts/k6-crds/templates/testrun.yaml index 08bd291d..f778c74b 100644 --- a/charts/k6-crds/templates/testrun.yaml +++ b/charts/k6-crds/templates/testrun.yaml @@ -4,10 +4,10 @@ kind: CustomResourceDefinition metadata: labels: app.kubernetes.io/component: controller - {{- include "k6-operator.labels" . | nindent 4 }} - {{- include "k6-operator.customLabels" . | nindent 4 }} + {{- include "k6-crds.labels" . | nindent 4 }} + {{- include "k6-crds.customLabels" . | nindent 4 }} annotations: - {{- include "k6-operator.customAnnotations" . | nindent 4 }} + {{- include "k6-crds.customAnnotations" . | nindent 4 }} controller-gen.kubebuilder.io/version: v0.16.1 name: testruns.k6.io spec: