Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance(recipe): add managed-by feature to recipe custom resource #106

Closed
AmitKumarDas opened this issue Jul 28, 2020 · 1 comment
Closed

Comments

@AmitKumarDas
Copy link

ProblemStatement: As a Kubernetes automation engineer I want a controlled execution of Recipes based on external condition(s). I would like to control execution of specific Recipes from some other custom resource.

@AmitKumarDas
Copy link
Author

kind: RecipePipe
spec:
  stages:
  - name:
    recipeSelector:
      matchLabels:
kind: Recipe
spec:
  enabled:
    when:
    managedBy:
      kind:
      apiVersion:
      name:
      namespace:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant