Skip to content

Commit

Permalink
Fix memory unit from "mi:" to "Mi"
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh committed Nov 7, 2023
1 parent be334cd commit 7d53d3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
resources: <3>
limits:
cpu: "250m"
memory: "128mi"
memory: "128Mi"
flow:
start: HelloWorld
states:
Expand Down

0 comments on commit 7d53d3d

Please sign in to comment.