Skip to content

Commit

Permalink
trying to remove targetRevision
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Mar 11, 2024
1 parent 11884fb commit 4a5838e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions kube-test/argo-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ metadata:
spec:
project: default
source:
repoURL: 'https://github.com/mrpbennett/home-ops.git'
repoURL: "https://github.com/mrpbennett/home-ops.git"
path: kube-test/registry
targetRevision: HEAD
directory:
recurse: true
destination:
server: 'https://kubernetes.default.svc'
server: "https://kubernetes.default.svc"
syncPolicy:
automated:
prune: true
Expand All @@ -27,4 +27,4 @@ spec:
backoff:
duration: 5s
maxDuration: 5m0s
factor: 2
factor: 2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ spec:
project: default
source:
repoURL: "https://prometheus-community.github.io/helm-charts"
targetRevision: 57.0.1
chart: prometheus
helm:
values: |
Expand Down

0 comments on commit 4a5838e

Please sign in to comment.