Skip to content

Commit 7a1a15b

Browse files
committed
avoid blanket override of namespace when kustomizing kueue
1 parent ba2bb1a commit 7a1a15b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hack/kueue-config/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

4-
namespace: kueue-system
5-
64
resources:
75
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.3"
86

@@ -37,6 +35,7 @@ patches:
3735
- target:
3836
kind: Deployment
3937
name: controller-manager
38+
namespace: kueue-system
4039
patch: |
4140
- op: add
4241
path: /spec/template/spec/containers/0/args/-

0 commit comments

Comments
 (0)