From eebe3100604b8ae6133f19b8e58a2ebf6804b049 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Tue, 12 Mar 2024 13:28:54 -0500 Subject: [PATCH] autoprune rollouts --- apps/apps.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/apps.yaml b/apps/apps.yaml index e499987..1e9b298 100644 --- a/apps/apps.yaml +++ b/apps/apps.yaml @@ -41,3 +41,6 @@ spec: path: rollouts-app repoURL: 'https://github.com/waylonwalker/learn-rollouts' targetRevision: HEAD + syncPolicy: + automated: + prune: true