Skip to content

Commit e2d8d9d

Browse files
Merge pull request #124 from anveshmuppeda/dev
fix: Correct links and formatting in FluxCD documentation prerequisit…
2 parents 0b8cf8d + 1f26570 commit e2d8d9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/fluxcd/fluxcd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This guide demonstrates how to implement **GitOps workflows** using FluxCD and G
4242
---
4343

4444
## **Prerequisites**
45-
- Kubernetes cluster (e.g., kind [Spin Up a Local Kubernetes Cluster with kind in Minutes](./../cluster-setup/kind/README.md))
45+
- Kubernetes cluster (e.g., kind [Spin Up a Local Kubernetes Cluster with kind in Minutes](./../cluster-setup/kind.md))
4646
- `kubectl` access to the cluster
4747
- GitHub repository with [personal access token](https://github.com/settings/tokens) (repo scope)
4848
- Docker Hub account (for image registry)
@@ -141,7 +141,7 @@ spec:
141141
```
142142

143143
**What it does**:
144-
- Applies manifests from [app1/deploy](fluxcd/repos/app1/deploy) directory
144+
- Applies manifests from app1/deploy directory
145145
- Auto-deletes removed resources (`prune: true`)
146146
- Syncs every 5 minutes
147147

@@ -184,7 +184,7 @@ jobs:
184184
1. Developer pushes code to `app1/src`
185185
2. GitHub Actions:
186186
- Builds Docker image with commit SHA tag
187-
- Updates [app1-deployment.yaml](fluxcd/repos/app1/deploy/app1-deployment.yaml)
187+
- Updates app1-deployment.yaml
188188
- Commits changes to `fluxcd` branch
189189
3. Flux detects Git changes and deploys new image
190190

@@ -319,7 +319,7 @@ spec:
319319
```
320320

321321
**What it does**:
322-
- Updates [app2-deployment.yaml](fluxcd/repos/infra-repo/apps/app2/deploy/app2-deployment.yaml) with new image tags
322+
- Updates app2-deployment.yaml(fluxcd/repos/infra-repo/apps/app2/deploy/app2-deployment.yaml) with new image tags
323323
- Commits changes back to Git
324324

325325

0 commit comments

Comments
 (0)