-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Zach Aller <[email protected]>
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# Welcome to GitOps Promotions | ||
|
||
GitOps Promoter is a tool designed to facilitate environment promotion in a GitOps workflow. It automates the process of promoting changes from one environment to the next by leveraging Git operations. The tool ensures that your environments are always in sync with the desired state defined in your Git repository. | ||
GitOps Promoter is a tool designed to facilitate environment promotion in a GitOps fashion. It automates the process of promoting changes from one environment to the next by leveraging Git operations. The tool can help ensures that your environments are always in sync with the desired state defined in your Git repository when used with a CD tool like ArogCD. | ||
|
||
## Key Features | ||
|
||
- **Automated Environment Promotion**: Seamlessly promote changes across environments. | ||
- **GitOps First**: Adheres to GitOps principles, ensuring that all changes are version-controlled. | ||
- **YAML Diff Detection**: Detects changes in YAML files to determine if a pull request is required. | ||
- **Integration with CI/CD**: Easily integrates with your existing CI/CD pipelines. | ||
- **ArgoCD Integration**: Supports ArgoCD for managing Kubernetes resources. | ||
- **ArgoCD Integration**: Supports ArgoCD when managing Kubernetes resources. | ||
|
||
## Getting Started | ||
## What is GitOps promotion. | ||
|
||
To get started with GitOps Promoter, follow the [installation guide](installation.md) and the [basic usage instructions](getting-started.md). | ||
|
||
## Concepts of Promotion | ||
GitOps promotion is the process of promoting changes across environments in a GitOps fashion. It involves using Git operations to manage the promotion of changes from one environment to the next. This ensures that all changes are version-controlled and that environments are always in sync with the desired state defined in your Git repository. |