Skip to content

Commit 178f23b

Browse files
authored
RHOAIENG-11679: replace deprecated commonLabels with labels in LLM Compressor workbench in kustomization.yaml (#1696)
1 parent d38dc6a commit 178f23b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jupyter/pytorch+llmcompressor/ubi9-python-3.11/kustomize/base/kustomization.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
namePrefix: jupyter-pytorch-llmcompressor-ubi9-python-3-11-
5-
commonLabels:
6-
app: jupyter-pytorch-llmcompressor-ubi9-python-3-11
5+
labels:
6+
- includeSelectors: true
7+
pairs:
8+
app: jupyter-pytorch-llmcompressor-ubi9-python-3-11
79
resources:
810
- service.yaml
911
- statefulset.yaml

0 commit comments

Comments
 (0)