forked from jsirianni/bindplane-gitflow-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
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 +1,17 @@ | ||
# bindplane-gitflow-cli | ||
# Sample GitHub Workflows for BindPlane OP | ||
|
||
A collection of examples using the BindPlane API to enable GitOps workflows. | ||
|
||
## Basic Workflow | ||
|
||
Using a single BindPlane resource definition YAML to synchronize changes. | ||
|
||
When a file is changed, a GitHub action is triggered to reapply the resource definitions to BindPlane. | ||
|
||
## Standard Workflow | ||
|
||
A sample workflow that automatically synchronizes a directory of BindPlane components with a BindPlane instance. | ||
|
||
## Raw OTel Workflow | ||
|
||
A sample workflow that uses raw OpenTelemetry collector configurations and synchronizes changes with a BindPlane instance |