Skip to content

Commit

Permalink
Merge pull request #51 from puzzle/fix-link-to-examples
Browse files Browse the repository at this point in the history
Fix link to examples
  • Loading branch information
chrira authored Jul 19, 2023
2 parents 4932af1 + c160fdf commit 6172681
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Inspired from Kostis Kapelonis (Codefresh.io) talk at the KubeCon about [How to

## How it works

[Checkout the examples](doc/)
[Checkout the examples](docs/examples.md)

### Kustomize example

Example for Kustomization diff

```bash
#Build base and all overlays from source branch
goff kustomize build ./source/kustomize --output-dir /tmp/source/out
Expand All @@ -21,10 +22,10 @@ goff diff "/tmp/source" "/tmp/target" --title=Preview --output-dir .
```

1. Create a new branch and commit your changes in your Kustomize deployment
![GitHub Diff](docs/img/github-diff.png)
![GitHub Diff](docs/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](docs/img/goff-diff.png)
![GitHub Diff](docs/img/goff-diff.png)

### ArgoCD Application

Expand Down Expand Up @@ -53,14 +54,14 @@ Use "goff [command] --help" for more information about a command.

## Supported Tools

| Tooling | Support |
|-----------------------|----------------------------------------------|
| Plain manifests ||
| Helm | ✅ Supported through plain manifests |
| Kustomize ||
| ArgoCD Application | ✅ Needs a local ArgoCD Repo server instance |
| ArgoCD ApplicationSet | 🚧 Not yet fully supported (List generators only) |
| Tooling | Support |
| --------------------- | ------------------------------------------------- |
| Plain manifests | |
| Helm | ✅ Supported through plain manifests |
| Kustomize | |
| ArgoCD Application | ✅ Needs a local ArgoCD Repo server instance |
| ArgoCD ApplicationSet | 🚧 Not yet fully supported (List generators only) |

## Documentation

### [Full documentation on Github pages](https://puzzle.github.io/goff)
### [Full documentation on Github pages](https://puzzle.github.io/goff)

0 comments on commit 6172681

Please sign in to comment.