Skip to content

Commit

Permalink
add service type param to the blacksmith redis plan
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartpence committed Dec 20, 2023
1 parent 194ecc4 commit 78c6c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/forges/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ instance_groups:
description: (( grab params.redis_service_description || "A dedicated Redis instance, deployed on-demand" ))
tags: (( grab params.redis_service_tags || meta.default.redis_tags ))
limit: (( grab params.redis_service_limit || 0 ))
type: (( grab params.redis_service_type || "standalone" ))

0 comments on commit 78c6c39

Please sign in to comment.