File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ resources:
21
21
- 0000_50_olm_07-olm-operator.deployment.yaml
22
22
- 0000_50_olm_08-catalog-operator.deployment.yaml
23
23
- 0000_50_olm_09-aggregated.clusterrole.yaml
24
- - 0000_50_olm_11-olm-operators.configmap.removed.yaml
25
- - 0000_50_olm_12-olm-operators.catalogsource.removed.yaml
26
24
- 0000_50_olm_13-operatorgroup-default.yaml
27
- - 0000_50_olm_14-packageserver.subscription.removed.yaml
28
25
- 0000_50_olm_15-csv-viewer.rbac.yaml
29
26
- 0000_50_olm_99-operatorstatus.yaml
30
27
- 0000_90_olm_00-service-monitor.yaml
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ microshift_manifests_files=$(find "${ROOT_DIR}/microshift-manifests" -type f -na
520
520
# Let's sort the files so that we can have a deterministic order
521
521
microshift_manifests_files=$( echo " ${microshift_manifests_files} " | sort)
522
522
# files to ignore, substring match.
523
- files_to_ignore=(" ibm-cloud-managed.yaml" " kustomization.yaml" " psm-operator" )
523
+ files_to_ignore=(" ibm-cloud-managed.yaml" " kustomization.yaml" " psm-operator" " removed " )
524
524
525
525
# Add all the manifests files to the kustomization file while ignoring the files in the files_to_ignore list
526
526
for file in ${microshift_manifests_files} ; do
You can’t perform that action at this time.
0 commit comments