Skip to content

Commit 7210c6f

Browse files
fixed kustomize warnings in kubeflow
Signed-off-by: Vikas Saxena <[email protected]>
1 parent efac1b9 commit 7210c6f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

manifests/overlays/kubeflow/kustomization.yaml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ kind: Kustomization
33
resources:
44
- ../../base
55
namespace: kubeflow
6-
commonLabels:
7-
kustomize.component: mpi-operator
8-
app: mpi-operator
9-
app.kubernetes.io/name: mpi-operator
10-
app.kubernetes.io/component: mpijob
116
patches:
12-
- target:
13-
group: apps
14-
version: v1
15-
kind: Deployment
16-
name: mpi-operator
17-
path: ./patch.yaml
7+
- path: ./patch.yaml
8+
target:
9+
group: apps
10+
kind: Deployment
11+
name: mpi-operator
12+
version: v1
13+
labels:
14+
- includeSelectors: true
15+
pairs:
16+
app: mpi-operator
17+
app.kubernetes.io/component: mpijob
18+
app.kubernetes.io/name: mpi-operator
19+
kustomize.component: mpi-operator

0 commit comments

Comments
 (0)