Skip to content

Commit

Permalink
README improvements and cleanup (#632)
Browse files Browse the repository at this point in the history
README improvements, such as cleaning up stale versions, fixing
markdown, and other misc small tweaks.
  • Loading branch information
allenporter authored Apr 21, 2024
1 parent 5507e74 commit c8410cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ValidatingWebhookConfiguration: 1
You may also use `flux-local` to verify your local changes to cluster resources have the desird
effect. This is similar to `flux diff` but entirely local. This will run a local `kustomize build`
first against the local repo then again against a prior repo revision, then prints the output:
```bash
```diff
$ flux-local diff ks apps
---

Expand Down Expand Up @@ -157,7 +157,7 @@ Changes not staged for commit:
modified: home/dev/hajimari-values.yaml

$ export DIFF="dyff between --omit-header --color on"
# flux-local diff ks home --path clusters/dev/
$ flux-local diff ks home --path clusters/dev/

spec.chart.spec.version (HelmRelease/hajimari/hajimari)
± value change
Expand Down Expand Up @@ -270,8 +270,8 @@ This is an example that diffs a `HelmRelease`:

```yaml
- name: Setup Flux CLI
uses: fluxcd/flux2/action@v2
- uses: allenporter/flux-local/action/diff@2.0.0
uses: fluxcd/flux2/action@v2.2.3
- uses: allenporter/flux-local/action/diff@4.3.1
id: diff
with:
live-branch: main
Expand Down Expand Up @@ -307,8 +307,8 @@ jobs:
- kustomization
steps:
- name: Setup Flux CLI
uses: fluxcd/flux2/action@v2
- uses: allenporter/flux-local/action/diff@2.0.0
uses: fluxcd/flux2/action@v2.2.3
- uses: allenporter/flux-local/action/diff@4.3.1
id: diff
with:
live-branch: main
Expand Down

0 comments on commit c8410cf

Please sign in to comment.