Skip to content

Commit

Permalink
I will run 'terraform fmt' before committing.
Browse files Browse the repository at this point in the history
Signed-off-by: Mriyam Tamuli <[email protected]>
  • Loading branch information
mbtamuli committed Jan 21, 2024
1 parent f505db4 commit 8cdff9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@

// Setup the go environment and mount into the dev container at the expected location
"workspaceFolder": "/go/src/github.com/warm-metal/csi-driver-image",
"workspaceMount": "source=${localWorkspaceFolder},target=/go/src/github.com/warm-metal/csi-driver-image,type=bind,consistency=cached"
"workspaceMount": "source=${localWorkspaceFolder},target=/go/src/github.com/warm-metal/csi-driver-image,type=bind,consistency=cached",

// Copy over welcome message
"postCreateCommand": "sudo cp .devcontainer/welcome.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt"
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
👋 Welcome to your development environment!
Works in GitHub Codespaces, VS Code, or in docker using the devcontainer cli
👋 Welcome to your development environment for CSI Driver Image!

This debian dev container image contains all tools needed for development.

Quickstart steps
Get started right away! 🚀

$ kind create cluster
$ helm install wm-csi \
Expand Down

0 comments on commit 8cdff9b

Please sign in to comment.