Skip to content

Commit

Permalink
hurry
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 10, 2023
1 parent 5b50889 commit c96cf96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ansible/playbooks/rancher-nuke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@
ansible.builtin.file:
path: "/var/lib/rancher"
state: absent

- name: Delete Old Rook
ansible.builtin.file:
path: "/var/lib/rook"
state: absent
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: rook-ceph
name: rook-ceph-cluster
namespace: rook-ceph
spec:
interval: 15m
Expand Down

0 comments on commit c96cf96

Please sign in to comment.