File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,13 @@ It integrates smoothly with Kubernetes clusters and can be deployed as a contain
2929## 📂 Project Structure
3030
3131kubesnap/
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 `
You can’t perform that action at this time.
0 commit comments