Allow tags to be passed as array of strings
Feature description
- Helm values expects a comma-separated string instead of array for tags
Use cases
- Pass tags as array of strings instead of comma-separated string
excludeTags:
- foo
- bar
Benefits
- Adhere to YAML syntax
Definition of Done
-
Feature has been implemented