Skip to content

Commit

Permalink
update readme, add images
Browse files Browse the repository at this point in the history
  • Loading branch information
schlapzz committed May 13, 2023
1 parent 950c0ce commit 5357840
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
GOFF
===

Inspired from Kostis K... talk at the KubeCon about [How to Preview and Diff Your Argo CD Deployments](https://youtu.be/X392bJX0AEs) we relased our own GitOps Diff tool (Goff). This tool helps you to preview your changes in your GitOps Repository,
Inspired from Kostis Kapelonis (Codefresh.io) talk at the KubeCon about [How to Preview and Diff Your Argo CD Deployments](https://youtu.be/X392bJX0AEs) we relased our own GitOps Diff tool (Goff). This tool helps you to preview your changes in your GitOps Repository,

## How it works

# Usage

1. Create a new branch and commit your changes in your Kustomize deployment
![GitHub Diff](doc/img/github-diff.png)
2. Run your pipeline, Goff renders the Base and the Overlays and calculate the diff between the source and target branch.
3. Check the auto generated comment in your Pull request and review the changes
![GitHub Diff](doc/img/goff-diff.png)


## Usage

```bash
Helper tool to show changes between .....
Expand Down
Binary file added doc/img/github-diff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/goff-diff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5357840

Please sign in to comment.