From 054d5eb93f5aef05b1fc650aeea8da287006e308 Mon Sep 17 00:00:00 2001 From: eoq Date: Wed, 8 Sep 2021 22:14:08 -0400 Subject: [PATCH] Update README.md added some quotes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 816091f5..64909962 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 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