RedHatInsights / bonfire

Orchestrates ephemeral environments for testing cloud.redhat.com applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add --single-replicas option support when new replicas field is specified

avisiedo opened this issue · comments

As a developer I want to update the behavior for --single-replicas according to the pr: https://github.com/RedHatInsights/clowder/pull/686/files that meet with:

  • it deploys 1 replica when using a clowdapp resource which has minReplicas or replicas with a higher value, and --single-replica (or default value for it) is used.

Handled via #279