From 12ed1c1003ecaa64d47670e37f99fbc101c64011 Mon Sep 17 00:00:00 2001 From: Maxime Brunet Date: Wed, 3 Jul 2024 12:14:14 -0700 Subject: [PATCH] docs(readme): correct dockerconfig mount path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }