mirror of https://github.com/fluxcd/flux2.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
833 B
Markdown
40 lines
833 B
Markdown
4 years ago
|
## flux reconcile source git
|
||
5 years ago
|
|
||
5 years ago
|
Reconcile a GitRepository source
|
||
5 years ago
|
|
||
|
### Synopsis
|
||
|
|
||
5 years ago
|
The reconcile source command triggers a reconciliation of a GitRepository resource and waits for it to finish.
|
||
5 years ago
|
|
||
|
```
|
||
4 years ago
|
flux reconcile source git [name] [flags]
|
||
5 years ago
|
```
|
||
|
|
||
|
### Examples
|
||
|
|
||
|
```
|
||
|
# Trigger a git pull for an existing source
|
||
4 years ago
|
flux reconcile source git podinfo
|
||
5 years ago
|
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for git
|
||
|
```
|
||
|
|
||
|
### Options inherited from parent commands
|
||
|
|
||
|
```
|
||
5 years ago
|
--kubeconfig string path to the kubeconfig file (default "~/.kube/config")
|
||
4 years ago
|
-n, --namespace string the namespace scope for this operation (default "flux-system")
|
||
5 years ago
|
--timeout duration timeout for this operation (default 5m0s)
|
||
|
--verbose print generated objects
|
||
5 years ago
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
4 years ago
|
* [flux reconcile source](flux_reconcile_source.md) - Reconcile sources
|
||
5 years ago
|
|