Skip to content

Commit 339da51

Browse files
committed
chore: rename helmfile.yaml to helmfile.yaml.gotmpl in docs
Signed-off-by: Evans Mungai <[email protected]>
1 parent 0630f0c commit 339da51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

applications/wg-easy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

applications/wg-easy/docs/chart-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
8585
The 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
8989
releases:
9090
- name: cert-manager
9191
namespace: cert-manager

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Deploy individual charts to a test cluster to verify functionality.
175175

176176
Test 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:

0 commit comments

Comments
 (0)