Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Allow configuring streams in the values.yaml #81

Open
charlie-haley opened this issue Jan 24, 2024 · 0 comments
Open

Allow configuring streams in the values.yaml #81

charlie-haley opened this issue Jan 24, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@charlie-haley
Copy link
Contributor

Instead of manually creating and referencing a config map, users should be able to specify multiple pipelines as part of the chart to use with streams mode. e.g:

streams:
  enabled: true
  pipelines:
  - hello.yaml:
      input:
        generate:
          mapping: root = "woof"
          interval: 5s
          count: 0
      output:
        stdout:
          codec: lines
  - aaaaa.yaml:
      input:
        generate:
          mapping: root = "meow"
          interval: 2s
          count: 0
      output:
        stdout:
          codec: lines
@charlie-haley charlie-haley added enhancement New feature or request good first issue Good for newcomers labels Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant