Skip to content

Commit 62595c3

Browse files
committed
Update docs. TO-DO: make helm and kubectl commands run from inside container
Signed-off-by: Scott Rigby <[email protected]>
1 parent 832012d commit 62595c3

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

applications/wg-easy/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Use tools to automate repetitive tasks, reducing human error and increasing deve
4848

4949
- Task-based workflow automation
5050
- Helmfile for orchestration
51+
- Container-based dev environment for consistency
5152
- Automated validation and testing
5253
- Streamlined release process
5354

applications/wg-easy/docs/development-workflow.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,6 @@ Configure chart values and create or modify templates.
9292
9393
### Stage 3: Local Validation with helm template
9494
95-
> [!IMPORTANT]
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-
# Open shell to execute tasks
100-
task dev:shell
101-
102-
# Start/restart tools container. Idempotent.
103-
task dev:restart
104-
```
105-
10695
Validate chart templates locally without deploying to a cluster.
10796
10897
1. Run helm template to render the chart and inspect manifests:

0 commit comments

Comments
 (0)