Skip to content

Commit

Permalink
avoid blanket override of namespace when kustomizing kueue
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Nov 11, 2024
1 parent ba2bb1a commit 7a1a15b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/kueue-config/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: kueue-system

resources:
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.3"

Expand Down Expand Up @@ -37,6 +35,7 @@ patches:
- target:
kind: Deployment
name: controller-manager
namespace: kueue-system
patch: |
- op: add
path: /spec/template/spec/containers/0/args/-
Expand Down

0 comments on commit 7a1a15b

Please sign in to comment.