Skip to content

Commit

Permalink
fix: render redpanda cluster crd on the server side
Browse files Browse the repository at this point in the history
invalid: metadata.annotations: Too long: must have at most 262144 bytes
  • Loading branch information
metacoma committed Dec 12, 2024
1 parent d20926b commit 1057f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redpanda/crd/cluster.redpanda.com_redpandas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
argocd.argoproj.io/sync-options: ServerSideApply=true
name: redpandas.cluster.redpanda.com
spec:
group: cluster.redpanda.com
Expand Down

0 comments on commit 1057f28

Please sign in to comment.