File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,9 @@ COPY manifests /manifests/
16
16
COPY quickstarts/*.yaml /manifests/
17
17
18
18
# extensions manifests generated from openshift/api types
19
- COPY vendor/github.com/openshift/api/console/v1/0000_10_consoleclidownload.crd.yaml /manifests/
20
- COPY vendor/github.com/openshift/api/console/v1/0000_10_consoleexternalloglink.crd.yaml /manifests/
21
- COPY vendor/github.com/openshift/api/console/v1/0000_10_consolelink.crd.yaml /manifests/
22
- COPY vendor/github.com/openshift/api/console/v1/0000_10_consolenotification.crd.yaml /manifests/
23
- COPY vendor/github.com/openshift/api/console/v1/0000_10_consoleplugin.crd.yaml /manifests/08-a-consoleplugin.crd.yaml
24
- COPY vendor/github.com/openshift/api/console/v1/0000_10_consolequickstart.crd.yaml /manifests/
25
- COPY vendor/github.com/openshift/api/console/v1/0000_10_consoleyamlsample.crd.yaml /manifests/
26
- COPY vendor/github.com/openshift/api/operator/v1/0000_70_console-operator.crd.yaml /manifests/
27
- COPY vendor/github.com/openshift/api/helm/v1beta1/0000_10-helm-chart-repository.crd.yaml /manifests/
28
- COPY vendor/github.com/openshift/api/helm/v1beta1/0000_10-project-helm-chart-repository.crd.yaml /manifests/
19
+ COPY vendor/github.com/openshift/api/console/v1/*.crd.yaml /manifests/
20
+ COPY vendor/github.com/openshift/api/operator/*/*console-operator*.crd.yaml /manifests/
21
+ COPY vendor/github.com/openshift/api/helm/*/*crd.yaml /manifests/
29
22
30
23
LABEL io.k8s.display-name="OpenShift console-operator" \
31
24
io.k8s.description="This is a component of OpenShift Container Platform and manages the lifecycle of the web console." \
You can’t perform that action at this time.
0 commit comments