Replace fixed resource names with unique to release name #49
Labels
enhancement
New feature or request
good first issue
Good for newcomers
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Describe the issue you're facing
Hard-coding the
name:
into a resource is usually considered to be bad practice. Names should be unique to a release. Fixed name can cause the naming conflict if more than one instance of Paralus are deployed to a same namespace.Create a helper function to generate unique name similar to this. And use that in place of hard coded name.
The text was updated successfully, but these errors were encountered: