Skip to content

Commit

Permalink
docs(readme): correct dockerconfig mount path (#263)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6cb9954)
  • Loading branch information
maxbrunet authored and johnstcn committed Jul 5, 2024
1 parent f0835fe commit bb37c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit bb37c71

Please sign in to comment.