Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

feat: add ability to add in standalone workloads to an existing operator #295

Open
scottd018 opened this issue Jun 8, 2022 · 0 comments

Comments

@scottd018
Copy link
Contributor

Situation:

  • I have a working operator with a collection/component configuration
  • I want to add a standalone workload to this operator
  • I run the operator-builder create api command to add the standalone workload
  • Because the CLI is initially scaffolded during init, it errors out
  • Making the companionCliRootcmd match the existing command with work, but the pathing is wonky (mycmd generate generate because a standalone workload expects a root command and not a subcommand)

We should be able to add a StandaloneWorkload to an existing operator without requiring that it exists on its own.

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

No branches or pull requests

1 participant