From b684a5de35fb6cd57719a6d604ca0032cf44acf2 Mon Sep 17 00:00:00 2001 From: eoq Date: Wed, 8 Sep 2021 16:03:18 -0400 Subject: [PATCH] Update README.md one more tweak to uinstall comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 838cc7b2..816091f5 100644 --- a/README.md +++ b/README.md @@ -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