Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore(cleanup): remove cleanup script (#4506)
Browse files Browse the repository at this point in the history
Deletes the cleanup script as this is no longer used and is 
documented as user-facing steps in osm-docs/pull/254

Signed-off-by: Sanya Kochhar <[email protected]>
  • Loading branch information
SanyaKochhar authored Feb 3, 2022
1 parent 47db020 commit 0986001
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
1 change: 1 addition & 0 deletions charts/osm/templates/cleanup-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ spec:
- name: garbage-collector
image: "{{ include "osmCRDs.image" . }}"
imagePullPolicy: {{ .Values.osm.image.pullPolicy }}
# NOTE: any changes to resources being cleaned up should be updated in the lists/commands in the uninstall guide (https://github.com/openservicemesh/osm-docs/blob/main/content/docs/guides/uninstall.md#uninstall-osm-control-plane-and-remove-user-provided-resources) and the uninstall troubleshooting guide (https://github.com/openservicemesh/osm-docs/blob/main/content/docs/guides/troubleshooting/uninstall.md)
command:
- sh
- -c
Expand Down
21 changes: 0 additions & 21 deletions scripts/cleanup/osm-cleanup.sh

This file was deleted.

0 comments on commit 0986001

Please sign in to comment.