We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de1ef6 commit a3ef59eCopy full SHA for a3ef59e
applications/wg-easy/docs/development-workflow.md
@@ -96,14 +96,11 @@ Configure chart values and create or modify templates.
96
> Tools required by tasks in this project will be made available in a container. Run the commands below to start the dev environment
97
98
```
99
-# Build tools image. Run this command once.
100
-task dev:build-image
+# Open shell to execute tasks
+task dev:shell
101
102
# Start/restart tools container. Idempotent.
103
task dev:restart
104
-
105
-# Open shell to execute tasks
106
-task dev:shell
107
108
109
Validate chart templates locally without deploying to a cluster.
0 commit comments