Skip to content

Commit 86733ad

Browse files
authored
Replace deprecated commonLabels with labels in dev overlay (#741)
1 parent 41287a4 commit 86733ad

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

manifests/overlays/dev/kustomization.yaml.template

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ resources:
44
- ../../base
55
- namespace.yaml
66
namespace: mpi-operator
7-
commonLabels:
8-
kustomize.component: mpi-operator
9-
app: mpi-operator
10-
app.kubernetes.io/name: mpi-operator
11-
app.kubernetes.io/component: mpijob
7+
labels:
8+
- pairs:
9+
kustomize.component: mpi-operator
10+
app: mpi-operator
11+
app.kubernetes.io/name: mpi-operator
12+
app.kubernetes.io/component: mpijob
1213
images:
1314
- name: mpioperator/mpi-operator
1415
newName: %IMAGE_NAME%

0 commit comments

Comments
 (0)