Skip to content

Commit

Permalink
minor fix for param def
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheleg committed Oct 28, 2024
1 parent 4f19bbb commit d560cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kessel-inventory-ephem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ parameters:
value: latest
- description: Number of replicas
name: REPLICAS
value: 1
value: "1"
2 changes: 1 addition & 1 deletion deploy/kessel-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ parameters:
value: latest
- description: Number of replicas
name: REPLICAS
value: 1
value: "1"

0 comments on commit d560cb1

Please sign in to comment.