Skip to content

Commit

Permalink
fix: add forgotten crds.additionalAnnotations to crd-cloudeventsource…
Browse files Browse the repository at this point in the history
…s.yaml (#668)

Signed-off-by: François Blondel <francois.blondel@diva-e.com>
Co-authored-by: François Blondel <francois.blondel@diva-e.com>
  • Loading branch information
Farfaday and François Blondel authored Jul 31, 2024
1 parent 6e4d362 commit 59bca22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keda/templates/crds/crd-cloudeventsources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
{{- if (or .Values.crds.additionalAnnotations .Values.additionalAnnotations) }}
{{- toYaml (merge .Values.crds.additionalAnnotations .Values.additionalAnnotations) | nindent 4 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ .Values.operator.name }}
{{- include "keda.crd-labels" . | indent 4 }}
Expand Down

0 comments on commit 59bca22

Please sign in to comment.