Skip to content

Commit 41aedfd

Browse files
update README
1 parent 0644eea commit 41aedfd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ It integrates smoothly with Kubernetes clusters and can be deployed as a contain
2929
## 📂 Project Structure
3030

3131
kubesnap/
32+
3233
├── deploy_project.sh # Deployment helper script
34+
3335
├── dockerfiles/
36+
3437
│ └── Dockerfile.kubesnap # Container build file
38+
3539
├── kubernetes/
3640
│ ├── deployments/
3741
│ │ └── kubesnap-deployment.yaml
@@ -56,8 +60,8 @@ kubesnap/
5660
- Clone the repository
5761
- Enter the kubesnap repository
5862
- In case you want to deploy kubesnap to a custom namespace, run the command
59-
`export NAMESPACE="<CUSTOM-NAMESPACE>"`
63+
- `export NAMESPACE="<CUSTOM-NAMESPACE>"`
6064
- Give execute permissions to the file
61-
`chmod +x deploy_project.sh`
65+
- `chmod +x deploy_project.sh`
6266
- Run the file
63-
`./deploy_project.sh`
67+
- `./deploy_project.sh`

0 commit comments

Comments
 (0)