From 2eca9dfb7f5f1e7a9380ee504285e192cefef690 Mon Sep 17 00:00:00 2001 From: mhoshi-vm Date: Wed, 25 Dec 2024 17:42:58 +0900 Subject: [PATCH] Update pkgi --- .../10.0.0/hacks/make-tmc-xsmall-secret.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/tpk8s-opinionated.tanzu.japan.com/10.0.0/hacks/make-tmc-xsmall-secret.yaml b/manifests/tpk8s-opinionated.tanzu.japan.com/10.0.0/hacks/make-tmc-xsmall-secret.yaml index c3d0209..79f0790 100644 --- a/manifests/tpk8s-opinionated.tanzu.japan.com/10.0.0/hacks/make-tmc-xsmall-secret.yaml +++ b/manifests/tpk8s-opinionated.tanzu.japan.com/10.0.0/hacks/make-tmc-xsmall-secret.yaml @@ -11,8 +11,8 @@ stringData: #@ load("@ytt:overlay", "overlay") #@ def single_replica(left): - #@ if ( "replica" in left ): - replica: 1 + #@ if ( "replicas" in left ): + replicas: 1 #@ end #@ end