From 616a4ccdc71e87d3c1d2dd0d52831abfb9d1a117 Mon Sep 17 00:00:00 2001 From: Chengcheng Mu Date: Wed, 20 Apr 2022 20:25:04 +1000 Subject: [PATCH] Deployment: remove redundant replicas=1 because this is already the default value --- kube.libsonnet | 2 -- 1 file changed, 2 deletions(-) diff --git a/kube.libsonnet b/kube.libsonnet index 8037968..0202fe8 100644 --- a/kube.libsonnet +++ b/kube.libsonnet @@ -451,8 +451,6 @@ // NB: Regular k8s default is to keep all revisions revisionHistoryLimit: 10, - - replicas: 1, }, },