You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/hub-agent/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,5 +41,5 @@ _See [helm install](https://helm.sh/docs/helm/helm_install/) for command documen
41
41
|`MaxFleetSizeSupported`| Max number of member clusters supported |`100`|
42
42
|`resourceSnapshotCreationMinimumInterval`| The minimum interval at which resource snapshots could be created. |`30s`|
43
43
|`resourceChangesCollectionDuration`| The duration for collecting resource changes into one snapshot. |`15s`|
44
-
|`disablePodValidatingWebhook`| Disable Pod validating webhook (allows standalone pods to be propagated) |`false`|
45
-
|`disableReplicaSetValidatingWebhook`| Disable ReplicaSet validating webhook (allows standalone replicasets to be propagated) |`false`|
44
+
|`disablePodValidatingWebhook`| Disable Pod validating webhook (allow pods to be created in hub cluster under all namespaces) |`false`|
45
+
|`disableReplicaSetValidatingWebhook`| Disable ReplicaSet validating webhook (allows replicasets to be created in hub cluster under all namespaces) |`false`|
0 commit comments