Skip to content

NO-JIRA: Remove deleted yamls #1032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions manifests/0000_50_olm_11-olm-operators.configmap.removed.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions manifests/0000_50_olm_12-olm-operators.catalogsource.removed.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions manifests/0000_50_olm_14-packageserver.subscription.removed.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions scripts/generate_crds_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -523,37 +523,6 @@ spec:
restartPolicy: Never
EOF

cat << EOF > manifests/0000_50_olm_11-olm-operators.configmap.removed.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: olm-operators
namespace: openshift-operator-lifecycle-manager
annotations:
release.openshift.io/delete: "true"
EOF

cat << EOF > manifests/0000_50_olm_12-olm-operators.catalogsource.removed.yaml
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: olm-operators
namespace: openshift-operator-lifecycle-manager
annotations:
release.openshift.io/delete: "true"

EOF

cat << EOF > manifests/0000_50_olm_14-packageserver.subscription.removed.yaml
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: packageserver
namespace: openshift-operator-lifecycle-manager
annotations:
release.openshift.io/delete: "true"
EOF

cat << EOF > manifests/0000_50_olm_15-csv-viewer.rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Expand Down