From 3c382322b08ed64b42b086ea53948ce0ecacd233 Mon Sep 17 00:00:00 2001 From: mickfeech Date: Wed, 20 Mar 2019 16:33:02 -0400 Subject: [PATCH] Fix misspelled word --- docs/custom_virtualenvs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_virtualenvs.md b/docs/custom_virtualenvs.md index 8bb937d94b..397be349c0 100644 --- a/docs/custom_virtualenvs.md +++ b/docs/custom_virtualenvs.md @@ -107,7 +107,7 @@ Now create an initContainer stanza. You can subsititute your own custom images - mountPath: /var/lib/awx/venv/my-custom-venv name: custom-venv -Fiinally in the awx-celery and awx-web containers stanza add the shared volume as a mount. +Finally in the awx-celery and awx-web containers stanza add the shared volume as a mount. volumeMounts: - mountPath: /var/lib/awx/venv/my-custom-venv