From 8236da39f62589b60926bd649e4e38065af3578e Mon Sep 17 00:00:00 2001 From: bhuridech Date: Sat, 23 Mar 2024 07:13:32 +0700 Subject: [PATCH] double quote variable --- infra/gitops/dev/deployment.yml | 2 +- infra/gitops/prod/deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/gitops/dev/deployment.yml b/infra/gitops/dev/deployment.yml index ebe8319..f990fdd 100644 --- a/infra/gitops/dev/deployment.yml +++ b/infra/gitops/dev/deployment.yml @@ -42,5 +42,5 @@ spec: key: enabled.feature.promotion.list.api resources: limits: - cpu: 1 + cpu: "1" memory: 512Mi diff --git a/infra/gitops/prod/deployment.yml b/infra/gitops/prod/deployment.yml index d674354..a825c70 100644 --- a/infra/gitops/prod/deployment.yml +++ b/infra/gitops/prod/deployment.yml @@ -42,5 +42,5 @@ spec: key: enabled.feature.promotion.list.api resources: limits: - cpu: 1 + cpu: "1" memory: 512Mi