Skip to content

Commit

Permalink
use 2 braces for int type in templates (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
skeeey authored Nov 1, 2024
1 parent f07dfc0 commit 34d57d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/service-template-rosa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ objects:
selector:
matchLabels:
app: maestro
replicas: ${SERVER_REPLICAS}
replicas: ${{SERVER_REPLICAS}}
strategy:
rollingUpdate:
maxSurge: 25%
Expand Down

0 comments on commit 34d57d5

Please sign in to comment.