You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The default values file has a demo pipeine defined. Even if you in your own values file define a my-pipeline, the demo simple-sample-pipeline will be deployed alongside it.
To Reproduce
Steps to reproduce the behavior:
Create a simple myvalues.yaml file with a pipelineConfig.config.my-pipeline defined
Install chart with -f myvalues.yaml
Look at the foo-data-prepper-pipeline secret - it contains both pipelines.
Expected behavior
You'd expect that the pipeline you configure is the only one installed.
You can achieve a blank slate today by using the existsingSecret property, but for simple pipelines the convenience of defining it in values file should achieve the same.
Chart Name
data-prepper
Screenshots
Host/Environment (please complete the following information):
Helm Version: 3.16.3
Kubernetes Version: 1.30.2
Additional context
Proposed fix is to ship chart without a configured pipeline. Alternatively use a noop pipeline that does nothing, to make the prepper not crash. Instead, ship an examples/ folder and move the simple-sample-pipeline example to a separate values file in that folder so users can do helm install myprepper opensearch/data-prepper -f example-values.yaml to test.
The text was updated successfully, but these errors were encountered:
Describe the bug
The default values file has a demo pipeine defined. Even if you in your own values file define a
my-pipeline
, the demosimple-sample-pipeline
will be deployed alongside it.To Reproduce
Steps to reproduce the behavior:
myvalues.yaml
file with apipelineConfig.config.my-pipeline
defined-f myvalues.yaml
foo-data-prepper-pipeline
secret - it contains both pipelines.Expected behavior
You'd expect that the pipeline you configure is the only one installed.
You can achieve a blank slate today by using the
existsingSecret
property, but for simple pipelines the convenience of defining it in values file should achieve the same.Chart Name
data-prepper
Screenshots
Host/Environment (please complete the following information):
Additional context
Proposed fix is to ship chart without a configured pipeline. Alternatively use a
noop
pipeline that does nothing, to make the prepper not crash. Instead, ship anexamples/
folder and move thesimple-sample-pipeline
example to a separate values file in that folder so users can dohelm install myprepper opensearch/data-prepper -f example-values.yaml
to test.The text was updated successfully, but these errors were encountered: