Skip to content

Commit a60bd17

Browse files
committed
fix comments
1 parent c53d0fc commit a60bd17

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifests/kustomize/base/cache-deployer/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ labels:
1111
- includeSelectors: true
1212
pairs:
1313
app: cache-deployer
14+
application-crd-id: kubeflow-pipelines

manifests/kustomize/base/postgresql/cache/cache-deployment-patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: cache-server
5-
label:
5+
labels:
66
application-crd-id: kubeflow-pipelines
77
spec:
88
selector:

manifests/kustomize/base/postgresql/pipeline/ml-pipeline-apiserver-deployment-patch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: ml-pipeline
5-
label:
5+
labels:
66
application-crd-id: kubeflow-pipelines
77
spec:
88
selector:
99
matchLabels:
1010
application-crd-id: kubeflow-pipelines
1111
template:
1212
metadata:
13-
label:
13+
labels:
1414
application-crd-id: kubeflow-pipelines
1515
spec:
1616
containers:

0 commit comments

Comments
 (0)