We have a pipeline where we're deploying a service into our Prod and DR environments. Both environments have its own Values file, which we're specifying in the pipeline as inputs. We want an option to propagate the service from, let's say, Prod deployment stage to the DR deployment stage, and just use the DR-specific Values file in the DR stage.
Currently, we're able to propagate the service, but it's using the same set of inputs and Values file as the previous stage. I've illustrated the scenario using att. screenshots.
It would be nicer to have this option to propagate a service across stages, while using different Values files for each stage. Thanks!