Skip to content

Commit

Permalink
Remove empty shortnames: [] from HTTPLocalRateLimitPolicy (#13297)
Browse files Browse the repository at this point in the history
ArgoCD is not compatible with an empty `shortnames` entry.
(We encountered this same issue in the past with ExternalWorkloads: #12793)

Fixes #13295
  • Loading branch information
alpeb authored Nov 11, 2024
1 parent caf8e82 commit a6057bb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ spec:
listKind: HTTPLocalRateLimitPolicyList
plural: httplocalratelimitpolicies
singular: httplocalratelimitpolicy
shortNames: []
scope: Namespaced
versions:
- name: v1alpha1
Expand Down
1 change: 0 additions & 1 deletion cli/cmd/testdata/install_crds.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion cli/cmd/testdata/install_helm_crds_output.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion cli/cmd/testdata/install_helm_crds_output_ha.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6057bb

Please sign in to comment.