Hey, let me be more specific. I deployed NATS to my cluster through HELM values. Then I got a docker image for a deepstream pipeline which makes use of NATS to publish stream. I deployed that into my cluster too and it is working good. But the storage allocated to my jetstream is getting full due the continously generated streams. So I need to apply an retention policy to my present setup so that the storage of jetstream doesn't get full. But I have a doubt- whether I should apply the retention policy to the code of the deepstream pipeline or can I add a parameter to the helm values file through which I deployed NATS and apply this retention policy to all the stream.
I guess it would be easy to understand now. From what I have looked in the internet there are only code examples to apply this in the code part and did not find any helm parameter to apply this policy, I want to confirm this.