Fix typo in file path (#4229)

This commit is contained in:
Omkar Yadav
2020-11-06 14:00:43 +01:00
committed by GitHub
parent b3a2b56951
commit 8cc78ea2a5
+1 -1
View File
@@ -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: {}