Remove mentions to `--disable-gitops` in 0.10+

That flag no longer exists from Fleet 0.10 onwards.
This commit is contained in:
Corentin Néau 2024-08-21 11:59:46 +02:00
parent a0afc4df72
commit af3fb01b7c
No known key found for this signature in database
GPG Key ID: E92A451AA7F19EFF
4 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,6 @@ fleetcontroller [flags]
```
--debug Turn on debug logging
--debug-level int If debugging is enabled, set klog -v=X
--disable-gitops disable gitops components
--disable-metrics disable metrics
-h, --help help for fleetcontroller
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.

View File

@ -28,7 +28,6 @@ fleetcontroller gitjob [flags]
### Options inherited from parent commands
```
--disable-gitops disable gitops components
--disable-metrics disable metrics
--shard-id string only manage resources labeled with a specific shard ID
```

View File

@ -15,7 +15,6 @@ fleetcontroller [flags]
```
--debug Turn on debug logging
--debug-level int If debugging is enabled, set klog -v=X
--disable-gitops disable gitops components
--disable-metrics disable metrics
-h, --help help for fleetcontroller
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.

View File

@ -27,7 +27,6 @@ fleetcontroller gitjob [flags]
### Options inherited from parent commands
```
--disable-gitops disable gitops components
--disable-metrics disable metrics
--shard-id string only manage resources labeled with a specific shard ID
--shard-node-selector string node selector to apply to jobs based on the shard ID, if any