Skip to content

Commit

Permalink
Examples | remove broken watch pattern example
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Oct 29, 2024
1 parent 6a2c493 commit b157bea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
22 changes: 0 additions & 22 deletions examples/helm/applications/watch-pattern/broken-regex.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion examples/helm/applications/watch-pattern/valid-regex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-app-watch-pattern-valid-regex
namespace: argocd
annotations:
argocd-diff-preview/watch-pattern: "examples/helm/values/filtered"
argocd-diff-preview/watch-pattern: "examples/helm/charts/myApp/.*,examples/helm/values/filtered"
spec:
project: default
destination:
Expand Down
1 change: 0 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ run-with-cargo: pull-repostory
-t "$(target_branch)" \
--repo $(github_org)/$(gitops_repo) \
--debug \
--ignore-invalid-watch-pattern \
-r "$(regex)" \
--diff-ignore "$(diff_ignore)" \
--timeout $(timeout) \
Expand Down

0 comments on commit b157bea

Please sign in to comment.