File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ The deployment script supports several CLI flags for enhanced control:
8888| Flag | Description | Default | Impact |
8989| ------| -------------| ---------| ---------|
9090| ` --no-network-mapper ` | Disable network mapper deployment | ** Enabled** | ⚠️ ** Limits service topology visibility** |
91- | ` --no-auto-update ` | Disable auto-updation feature for agent | ** Enabled** | 🔒 ** Read-only mode for enhanced security ** |
91+ | ` --no-auto-update ` | Disable auto-updation feature for agent | ** Enabled** | 🔒 ** Manual Updation of Agent Required ** |
9292
9393#### Why we recommend deploying the Network Mapper?
9494
@@ -117,10 +117,6 @@ The configuration flags are also available in `helm/values.yaml` for ArgoCD user
117117# Network Mapper Configuration
118118networkMapper :
119119 enabled : true # Set to false to disable
120-
121- # Write Access Configuration
122- writeAccess :
123- enabled : true # Set to false for read-only mode
124120` ` `
125121
126122#### Deployment Details
You can’t perform that action at this time.
0 commit comments