Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/wg-easy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions applications/wg-easy/docs/chart-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion applications/wg-easy/docs/development-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading