@@ -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:
1841841. Developer pushes code to `app1/src`   
1851852. 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   
1891893. 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