Skip to content

Commit 8390088

Browse files
committed
NO-JIRA: fix(manifests): replace commonLabels with labels in kustomization.yaml to avoid a warning (#2545)
``` Warning: 'commonLabels' is deprecated. Please use 'labels' instead. Run 'kustomize edit fix' to update your Kustomization automatically. ```
1 parent 2fd4d63 commit 8390088

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

manifests/overlays/additional/kustomization.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ kind: Kustomization
55
resources:
66
- ../../base
77

8-
commonLabels:
9-
opendatahub.io/component: "true"
10-
component.opendatahub.io/name: notebooks
8+
labels:
9+
- includeSelectors: true
10+
pairs:
11+
component.opendatahub.io/name: notebooks
12+
opendatahub.io/component: "true"

0 commit comments

Comments
 (0)