diff --git a/README.md b/README.md index d76ec42..32fe15e 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,6 @@ Implementation details: Although the metrics API doesn't need all the permissions in these roles, we want to keep the manifests as close as possible to Keda upstream, to have a leaner upgrade experience. -### SclaledJobs limitation -Due to [this bug](https://github.com/kedacore/keda/issues/4740) we currently don't support [scaling jobs](https://keda.sh/docs/2.16/concepts/scaling-jobs/). - -We took the scaledjobs.keda.sh Custom Resource Definition out of the manifests. - -If you have a good use case for it please contact us. - ### Secrets access By default, Keda's RBAC configuration grants `cluster-wide access` to `secrets` for its components. diff --git a/kube-system/crds/kustomization.yaml b/kube-system/crds/kustomization.yaml index 0829c73..2ed3b35 100644 --- a/kube-system/crds/kustomization.yaml +++ b/kube-system/crds/kustomization.yaml @@ -2,12 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - crds.yaml - -patches: - # Due to https://github.com/kedacore/keda/issues/4740, removing, the scaledjobs.keda.sh CRD - - patch: |- - $patch: delete - apiVersion: apiextensions.k8s.io/v1 - kind: CustomResourceDefinition - metadata: - name: scaledjobs.keda.sh