From bbb26335156d5aa9f4c31a8c49ddede587378f22 Mon Sep 17 00:00:00 2001 From: Christopher Quiles Date: Fri, 3 Dec 2021 17:28:28 -0800 Subject: [PATCH] chore: adding revisionhistory for testing --- base/nginx-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/base/nginx-deployment.yaml b/base/nginx-deployment.yaml index c28f142..1637190 100644 --- a/base/nginx-deployment.yaml +++ b/base/nginx-deployment.yaml @@ -6,6 +6,7 @@ metadata: name: nginx spec: replicas: 3 + revisionHistoryLimit: 4 selector: matchLabels: app: nginx