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.
commonLabels
labels
kustomization.yaml
1 parent d38dc6a commit 178f23bCopy full SHA for 178f23b
jupyter/pytorch+llmcompressor/ubi9-python-3.11/kustomize/base/kustomization.yaml
@@ -2,8 +2,10 @@
2
apiVersion: kustomize.config.k8s.io/v1beta1
3
kind: Kustomization
4
namePrefix: jupyter-pytorch-llmcompressor-ubi9-python-3-11-
5
-commonLabels:
6
- app: jupyter-pytorch-llmcompressor-ubi9-python-3-11
+labels:
+ - includeSelectors: true
7
+ pairs:
8
+ app: jupyter-pytorch-llmcompressor-ubi9-python-3-11
9
resources:
10
- service.yaml
11
- statefulset.yaml
0 commit comments