Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Oct 22, 2024
1 parent 93070df commit 6cc9aeb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/index.md
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.

0 comments on commit 6cc9aeb

Please sign in to comment.