We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2bb1a commit 7a1a15bCopy full SHA for 7a1a15b
hack/kueue-config/kustomization.yaml
@@ -1,8 +1,6 @@
1
apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
4
-namespace: kueue-system
5
-
6
resources:
7
- "https://github.com/kubernetes-sigs/kueue/config/default?ref=v0.8.3"
8
@@ -37,6 +35,7 @@ patches:
37
35
- target:
38
36
kind: Deployment
39
name: controller-manager
+ namespace: kueue-system
40
patch: |
41
- op: add
42
path: /spec/template/spec/containers/0/args/-
0 commit comments