Skip to content

Commit

Permalink
fix: overhauls detection logic based on resource tracking label (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyytscha authored Oct 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2879ef1 commit f9da8f9
Showing 6 changed files with 4,610 additions and 404 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ jobs:
timezone: America/Los_Angeles
timezone-locale: en-US
diff-tool: diff -N -u
tracking-label: argocd.argoproj.io/instance

```

4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -44,6 +44,10 @@ inputs:
description: 'Diff tool to use'
default: 'diff -N -u'
required: false
tracking-label:
description: 'Label on which argocd tracks resources'
default: 'argocd.argoproj.io/instance'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
Loading

0 comments on commit f9da8f9

Please sign in to comment.