Skip to content

Commit

Permalink
test(deploy-label): rename expected ephemeral label for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jvitor83 committed Oct 31, 2024
1 parent 1945fe6 commit 073109c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/test/fixtures/deploy/labels/output-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 073109c

Please sign in to comment.