Skip to content

Commit 6cb9954

Browse files
authored
docs(readme): correct dockerconfig mount path (#263)
1 parent 0c49e02 commit 6cb9954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ resource "kubernetes_deployment" "example" {
103103
# Define the volumeMount with the pull credentials
104104
volume_mount {
105105
name = "docker-config-volume"
106-
mount_path = "/envbuilder/config.json"
106+
mount_path = "/.envbuilder/config.json"
107107
sub_path = ".dockerconfigjson"
108108
}
109109
}

0 commit comments

Comments
 (0)