How to selectively bring up helm resources

5/12/2020

I have different multiple StatefulSet resources present in the templates/ directory. Is there a way, they can be selectively brought up?

For example: If I have statefulSet kind resource defined in a.yaml in the templates/ and I only want this to be brought up in a testing environment, not production. Is that possible using some tags/conditions/values.yaml?

-- PS.
kubernetes-helm
resources

0 Answers