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, unless the cluster is new.
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
Source
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 December 25, 2022: chore: regenerated plugin docs (4443d7b9ad)