From 073109ce3921a90028ec8d3ebb1cf2bdfb218863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Paes=20de=20Barros=20do=20Carmo?= Date: Thu, 31 Oct 2024 00:05:04 +0000 Subject: [PATCH] test(deploy-label): rename expected ephemeral label for test --- script/test/fixtures/deploy/labels/output-k8s.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test/fixtures/deploy/labels/output-k8s.yaml b/script/test/fixtures/deploy/labels/output-k8s.yaml index 2c45daab..48f6ac16 100644 --- a/script/test/fixtures/deploy/labels/output-k8s.yaml +++ b/script/test/fixtures/deploy/labels/output-k8s.yaml @@ -19,8 +19,8 @@ kind: Deployment metadata: labels: io.kompose.service: app - limits.ephemeral-storage: 1Gi - requests.ephemeral-storage: 1Gi + kompose.ephemeral-storage.limit: 1Gi + kompose.ephemeral-storage.request: 1Gi name: app spec: replicas: 1