@@ -4,25 +4,20 @@ kind: Kustomization
4
4
5
5
resources :
6
6
# CustomResourceDefinitions
7
- - ./customresourcedefinitions/viewers.yaml
8
7
- ./customresourcedefinitions/scheduledworkflows.yaml
9
8
10
9
# Deployments
11
10
- ./deployments/ds-pipeline-persistenceagent.yaml
12
11
- ./deployments/ds-pipeline-scheduledworkflow.yaml
13
- - ./deployments/ds-pipeline-viewer-crd.yaml
14
- - ./deployments/ds-pipeline-visualizationserver.yaml
15
12
- ./deployments/ds-pipeline.yaml
16
13
17
14
# Rolebindings
18
15
- ./rolebindings/ds-pipeline-scheduledworkflow-binding.yaml
19
- - ./rolebindings/ds-pipeline-viewer-crd-binding.yaml
20
16
- ./rolebindings/ds-pipeline.yaml
21
17
- ./rolebindings/pipeline-runner-binding.yaml
22
18
23
19
# Roles
24
20
- ./roles/ds-pipeline-scheduledworkflow-role.yaml
25
- - ./roles/ds-pipeline-viewer-controller-role.yaml
26
21
- ./roles/ds-pipeline.yaml
27
22
- ./roles/pipeline-runner.yaml
28
23
@@ -36,14 +31,10 @@ resources:
36
31
- ./serviceaccounts/ds-pipeline-container-builder.yaml
37
32
- ./serviceaccounts/ds-pipeline-persistenceagent.yaml
38
33
- ./serviceaccounts/ds-pipeline-scheduledworkflow.yaml
39
- - ./serviceaccounts/ds-pipeline-viewer-crd-service-account.yaml
40
- - ./serviceaccounts/ds-pipeline-viewer.yaml
41
- - ./serviceaccounts/ds-pipeline-visualizationserver.yaml
42
34
- ./serviceaccounts/ds-pipeline.yaml
43
35
- ./serviceaccounts/pipeline-runner.yaml
44
36
45
37
# Services
46
- - ./services/ds-pipeline-visualizationserver.yaml
47
38
- ./services/ds-pipeline.yaml
48
39
49
40
# Monitoring
@@ -103,12 +94,6 @@ images:
103
94
- name : scheduledworkflow
104
95
newName : quay.io/internaldatahub/scheduledworkflow
105
96
newTag : 1.1.0
106
- - name : viewer-crd-controller
107
- newName : gcr.io/ml-pipeline/viewer-crd-controller
108
- newTag : 1.7.0
109
- - name : visualization-server
110
- newName : gcr.io/ml-pipeline/visualization-server
111
- newTag : 1.7.0
112
97
- name : api-server
113
98
newName : quay.io/internaldatahub/api-server
114
99
newTag : 1.1.0
0 commit comments