Update README.md

one more tweak to uinstall comments
This commit is contained in:
eoq
2021-09-08 16:03:18 -04:00
committed by GitHub
parent e6d7f88a33
commit b684a5de35

View File

@@ -771,7 +771,7 @@ $ kubectl delete awx awx-demo
awx.awx.ansible.com "awx-demo" deleted
```
Deleting an AWX instance will remove all related deployments and statefulsets, however, persistent volumes and secrets will remain. To enforce secrets also getting removed, you can use the garbage_collect_secrets: true.
Deleting an AWX instance will remove all related deployments and statefulsets, however, persistent volumes and secrets will remain. To enforce secrets also getting removed, you can use garbage_collect_secrets: true.
### Upgrading