You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/wg-easy/docs/chart-structure.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ This document explains the modular chart approach used in the WG-Easy Helm chart
4
4
5
5
## Modular Chart Architecture
6
6
7
-

8
-
9
7
The WG-Easy pattern is built around a modular approach to Helm charts, where upstream charts are wrapped in local charts and enhanced with shared templates and customizations.
Copy file name to clipboardExpand all lines: applications/wg-easy/docs/development-workflow.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,12 @@ The core philosophy of this workflow is to start simple and add complexity incre
11
11
- Build confidence in changes through progressive validation
12
12
- Maintain high velocity while ensuring quality
13
13
14
-

15
-
16
14
## Prerequisites
17
15
18
16
Before starting the development workflow, ensure you have the following tools installed:
19
17
20
18
-**Task:** The task runner used in this project. ([Installation Guide](https://taskfile.dev/installation/))
21
-
-**Container runtime tool** Either [Podman](https://podman.io/docs/installation) (default) or [Docker](https://docs.docker.com/get-docker/) for local development
19
+
-**Container runtime tool** Either [Podman](https://podman.io/docs/installation) (default) or [Docker](https://docs.docker.com/get-docker/) for local development. Export `CONTAINER_RUNTIME=docker` in your shell if you use docker.
22
20
23
21
All other tools will be automatically provided through task commands and containers.
0 commit comments