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 5f62c21 commit 3efe84a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/k6-crds/templates/k6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/k6-crds/templates/plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions charts/k6-crds/templates/testrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3efe84a

Please sign in to comment.