Skip to content

Commit

Permalink
example | label-selector and watch-pattern examples use new valuefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Oct 22, 2024
1 parent 5375595 commit 9b8931e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
repoURL: https://github.com/dag-andersen/argocd-diff-preview
helm:
valueFiles:
- $local-files/examples/helm/values/values.yaml
- $local-files/examples/helm/values/filtered.yaml
valuesObject:
replicaCount: 5
2 changes: 1 addition & 1 deletion examples/helm/applications/my-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
repoURL: https://github.com/dag-andersen/argocd-diff-preview
helm:
valueFiles:
- $local-files/examples/helm/values/values.yaml
- $local-files/examples/helm/values/my-app.yaml
2 changes: 1 addition & 1 deletion examples/helm/applications/watch-pattern/broken-regex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
repoURL: https://github.com/dag-andersen/argocd-diff-preview
helm:
valueFiles:
- $local-files/examples/helm/values/values.yaml
- $local-files/examples/helm/values/filtered.yaml
valuesObject:
replicaCount: 5
4 changes: 2 additions & 2 deletions 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/.*"
argocd-diff-preview/watch-pattern: "examples/helm/values/filtered"
spec:
project: default
destination:
Expand All @@ -17,6 +17,6 @@ spec:
repoURL: https://github.com/dag-andersen/argocd-diff-preview
helm:
valueFiles:
- $local-files/examples/helm/values/values.yaml
- $local-files/examples/helm/values/filtered.yaml
valuesObject:
replicaCount: 5
File renamed without changes.
1 change: 1 addition & 0 deletions examples/helm/values/my-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fullnameOverride: new-app-name

0 comments on commit 9b8931e

Please sign in to comment.