Skip to content

Some resources are not using release-scoped names #446

@aslafy-z

Description

@aslafy-z

Some resources (such as CronJobs) currently get generic names when using values-test.yaml, instead of being namespaced by the Helm release. This can lead to naming collisions between releases.

Proposal:
Consider defaulting these resources to use release-scoped names to ensure proper isolation.

Add the following test to the common test suite:

      - matchRegex:
          path: metadata.name
          pattern: ^(example-app-name|RELEASE-NAME).*$

Originally posted by @aslafy-z in stakater/application#399 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions