From 8cc78ea2a5e33ffe4cb244e42706426f4818f718 Mon Sep 17 00:00:00 2001 From: Omkar Yadav Date: Fri, 6 Nov 2020 17:00:43 +0400 Subject: [PATCH] Fix typo in file path (#4229) --- bitnami/wordpress/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index af499b47a..b46a51068 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -567,6 +567,6 @@ sidecars: {} ## - name: your-image-name ## image: your-image ## imagePullPolicy: Always -## command: ['sh', '-c', 'copy themes and plugins from git and push to /bitnami/wordpress/wp-conntent. Should work with extraVolumeMounts and extraVolumes'] +## command: ['sh', '-c', 'copy themes and plugins from git and push to /bitnami/wordpress/wp-content. Should work with extraVolumeMounts and extraVolumes'] ## initContainers: {}