jx gitops apply
jx gitops apply
Performs a GitOps regeneration and apply on a cluster git repository
Usage
jx gitops apply
Synopsis
Performs a gitops regeneration and apply on a cluster git repository
If the last commit was a merge from a pull request the regeneration is skipped.
Also the process detects if an ingress has changed (or similar changes) and retriggers another regeneration which typically is only required when installing for the first time or if no explicit domain name is being used and the LoadBalancer service has been removed.
Examples
# performs a regeneration and apply
jx-gitops apply
Options
-d, --dir string the directory to the git and make commands (default ".")
-h, --help help for apply
--pull-request specifies to apply the pull request contents into the PR branch
SEE ALSO
- jx gitops - GitOps utility commands
Auto generated by spf13/cobra on 9-Apr-2021
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified April 9, 2021: chore: regenerated plugin docs (70b8c8b237)