diff --git a/README.md b/README.md index aa5c5e64..8525ca3d 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ resource "kubernetes_deployment" "example" { # Define the volumeMount with the pull credentials volume_mount { name = "docker-config-volume" - mount_path = "/envbuilder/config.json" + mount_path = "/.envbuilder/config.json" sub_path = ".dockerconfigjson" } }