Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Can the operator be configure to controlled which stacks are allowed to deploy #196

Open
csantanapr opened this issue Dec 3, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@csantanapr
Copy link
Contributor

Feature Request

Is your feature request related to a problem?

Can I configure the operator to only allow a set of stacks to be deploy? I see constants and defaults, but what about if I only want to allow a small set of stacks to be deploy any other stacks to just be ignored and not deployed. I'm looking at the sections of the docs https://github.com/appsody/appsody-operator/blob/master/doc/user-guide.md#operator-configuration

Describe the solution you'd like

Not sure what would be the optimal solution.

@leochr
Copy link
Contributor

leochr commented Dec 3, 2019

@csantanapr The operator currently doesn't limit the deployment based on stacks. Stack is an optional field. We'll give some thought to this requirement. One option is to have allowedStacks and/or ignoreStacks in the constants map and to check that before deployment.

@leochr leochr added the enhancement New feature or request label Dec 3, 2019
@arthurdm
Copy link
Member

My view is that such control is done at the "hub" level, as Champ controls which stacks / collections are active. I think the appsody operator shouldn't have this config, otherwise we create synchronization issues with the rest of the framework.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants