Skip to content

Commit 76defe4

Browse files
authored
Update hosts-and-services.md (#803)
If you check the code: ``` if instance.Spec.Network.DisableDefaultAllowedHosts { allowedHosts = make([]string, 0) } ``` Setting this to _true_ is what disables these hosts. the default was already false.
1 parent 3affbad commit 76defe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/network_disruption/hosts-and-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ It can be configured easily [in the chart values.yaml file](../../chart/values.y
125125

126126
## Q: What are the default excluded hosts?
127127

128-
These can be disabled by setting `network.disableDefaultAllowedHosts: false` in your Disruption's spec.
128+
These can be disabled by setting `network.disableDefaultAllowedHosts: true` in your Disruption's spec.
129129

130130
### Pod level network disruptions
131131

0 commit comments

Comments
 (0)