Skip to content

Commit

Permalink
Merge pull request #210 from tonytheleg/production-updates
Browse files Browse the repository at this point in the history
minor fix for param def
  • Loading branch information
tonytheleg authored Oct 28, 2024
2 parents c4e2525 + d560cb1 commit 93766cf
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 93766cf

Please sign in to comment.