File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ applications/wg-easy/
6464│ └── wg-easy # Main application chart
6565├── replicated/ # Root Replicated configuration
6666├── taskfiles/ # Task utility functions
67- ├── helmfile.yaml # Defines chart installation order
67+ ├── helmfile.yaml.gotmpl # Defines chart installation order
6868└── Taskfile.yaml # Main task definitions
6969```
7070
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ applications/wg-easy/
1919├── replicated-sdk/ # Replicated SDK chart
2020├── traefik/ # Wrapped Traefik chart
2121├── wg-easy/ # Main application chart
22- ├── helmfile.yaml # Defines chart installation order
22+ ├── helmfile.yaml.gotmpl # Defines chart installation order
2323└── Taskfile.yaml # Main task definitions
2424```
2525
@@ -85,7 +85,7 @@ This approach provides:
8585The charts are composed together using Helmfile, which manages dependencies and installation order:
8686
8787` ` ` yaml
88- # Example from helmfile.yaml
88+ # Example from helmfile.yaml.gotmpl
8989releases :
9090 - name : cert-manager
9191 namespace : cert-manager
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ Deploy individual charts to a test cluster to verify functionality.
175175
176176Test multiple charts working together using Helmfile orchestration.
177177
178- 1 . Ensure helmfile.yaml is configured with the correct dependencies:
178+ 1 . Ensure helmfile.yaml.gotmpl is configured with the correct dependencies:
179179
180180 ``` yaml
181181 releases :
You can’t perform that action at this time.
0 commit comments