Skip to content

Commit 1868a7c

Browse files
committed
up
1 parent 0188ae6 commit 1868a7c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

infrastructure/controllers/argocd/apps/infrastructure-appset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ spec:
2323
app.kubernetes.io/part-of: infrastructure
2424
spec:
2525
project: infrastructure
26+
revisionHistoryLimit: 3
2627
source:
2728
repoURL: https://github.com/mitchross/k3s-argocd-proxmox.git
2829
targetRevision: HEAD

infrastructure/controllers/argocd/apps/monitoring-appset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
argocd.argoproj.io/sync-wave: "0"
1818
spec:
1919
project: monitoring
20+
revisionHistoryLimit: 3
2021
source:
2122
repoURL: https://github.com/mitchross/k3s-argocd-proxmox.git
2223
targetRevision: HEAD

infrastructure/controllers/argocd/apps/my-apps-appset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ spec:
1717
argocd.argoproj.io/sync-wave: "2"
1818
spec:
1919
project: my-apps
20+
revisionHistoryLimit: 3
2021
source:
2122
repoURL: https://github.com/mitchross/k3s-argocd-proxmox.git
2223
targetRevision: HEAD

0 commit comments

Comments
 (0)