From 339da512ec10f6365d390470e89de093fbdf68e6 Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Mon, 19 May 2025 11:38:56 +0100 Subject: [PATCH] chore: rename helmfile.yaml to helmfile.yaml.gotmpl in docs Signed-off-by: Evans Mungai --- applications/wg-easy/README.md | 2 +- applications/wg-easy/docs/chart-structure.md | 4 ++-- applications/wg-easy/docs/development-workflow.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/wg-easy/README.md b/applications/wg-easy/README.md index 291ab2b2..89117101 100644 --- a/applications/wg-easy/README.md +++ b/applications/wg-easy/README.md @@ -64,7 +64,7 @@ applications/wg-easy/ │   └── wg-easy # Main application chart ├── replicated/ # Root Replicated configuration ├── taskfiles/ # Task utility functions -├── helmfile.yaml # Defines chart installation order +├── helmfile.yaml.gotmpl # Defines chart installation order └── Taskfile.yaml # Main task definitions ``` diff --git a/applications/wg-easy/docs/chart-structure.md b/applications/wg-easy/docs/chart-structure.md index 45864941..51e53195 100644 --- a/applications/wg-easy/docs/chart-structure.md +++ b/applications/wg-easy/docs/chart-structure.md @@ -19,7 +19,7 @@ applications/wg-easy/ ├── replicated-sdk/ # Replicated SDK chart ├── traefik/ # Wrapped Traefik chart ├── wg-easy/ # Main application chart -├── helmfile.yaml # Defines chart installation order +├── helmfile.yaml.gotmpl # Defines chart installation order └── Taskfile.yaml # Main task definitions ``` @@ -85,7 +85,7 @@ This approach provides: The charts are composed together using Helmfile, which manages dependencies and installation order: ```yaml -# Example from helmfile.yaml +# Example from helmfile.yaml.gotmpl releases: - name: cert-manager namespace: cert-manager diff --git a/applications/wg-easy/docs/development-workflow.md b/applications/wg-easy/docs/development-workflow.md index 25636102..b8552a2e 100644 --- a/applications/wg-easy/docs/development-workflow.md +++ b/applications/wg-easy/docs/development-workflow.md @@ -175,7 +175,7 @@ Deploy individual charts to a test cluster to verify functionality. Test multiple charts working together using Helmfile orchestration. -1. Ensure helmfile.yaml is configured with the correct dependencies: +1. Ensure helmfile.yaml.gotmpl is configured with the correct dependencies: ```yaml releases: