Skip to content

Commit 37f8a28

Browse files
authored
avoid blanket override of namespace when kustomizing kueue (#269)
1 parent ba2bb1a commit 37f8a28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hack/kueue-config/kustomization.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
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

97
configMapGenerator:
108
- name: manager-config
11-
namespace: kueue-system
129
behavior: replace
1310
files:
1411
- controller_manager_config.yaml

0 commit comments

Comments
 (0)