Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DENA-1200: Enable scaled jobs, as all CRDs are applied already sever side #7

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable scaled jobs, as the CRDs are applied already sever side.
sbuliarca committed Jan 27, 2025
commit 7d9aa7ada51b690ac00715b074cf5a35639e48f2
9 changes: 0 additions & 9 deletions kube-system/crds/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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