Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
etheleon committed Jan 15, 2025
1 parent c53d0fc commit cc8d65c
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ metadata:
name: cache-deployer-deployment
labels:
app: cache-deployer
application-crd-id: kubeflow-pipelines
spec:
replicas: 1
selector:
matchLabels:
application-crd-id: kubeflow-pipelines
app: cache-deployer
strategy:
type: Recreate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: Role
metadata:
labels:
app: kubeflow-pipelines-cache-deployer-role
application-crd-id: kubeflow-pipelines
name: kubeflow-pipelines-cache-deployer-role
rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: kubeflow-pipelines-cache-deployer-rolebinding
labels:
application-crd-id: kubeflow-pipelines
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand Down
1 change: 1 addition & 0 deletions manifests/kustomize/base/cache-deployer/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ labels:
- includeSelectors: true
pairs:
app: cache-deployer
application-crd-id: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ resources:
- ../../../cache-deployer
- pipeline-install-config.yaml
- postgres-secret-extended.yaml
labels:
- includeSelectors: true
pairs:
application-crd-id: kubeflow-pipelines
vars:
- name: kfp-namespace
objref:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: pipeline-install-config
labels:
application-crd-id: kubeflow-pipelines
data:
warning: |
1. Do not use kubectl to edit this configmap, because some values are used
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ kind: Secret
apiVersion: v1
metadata:
name: postgres-secret-extended
labels:
application-crd-id: kubeflow-pipelines
stringData:
username: user
password: "password"
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: cache-server
label:
application-crd-id: kubeflow-pipelines
spec:
selector:
matchLabels:
application-crd-id: kubeflow-pipelines
template:
spec:
containers:
Expand Down
4 changes: 4 additions & 0 deletions manifests/kustomize/base/postgresql/cache/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ resources:
- ../../cache
patches:
- path: cache-deployment-patch.yaml
labels:
- includeSelectors: true
pairs:
application-crd-id: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ resources:
- ../../pipeline
patches:
- path: ml-pipeline-apiserver-deployment-patch.yaml
labels:
- includeSelectors: true
pairs:
application-crd-id: kubeflow-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: ml-pipeline
label:
application-crd-id: kubeflow-pipelines
spec:
selector:
matchLabels:
application-crd-id: kubeflow-pipelines
template:
metadata:
label:
application-crd-id: kubeflow-pipelines
spec:
containers:
- name: ml-pipeline-api-server
Expand Down

0 comments on commit cc8d65c

Please sign in to comment.