Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple rs with same name in a namespace #3476

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chandranathmondal
Copy link

@chandranathmondal chandranathmondal commented Apr 26, 2024

Following changes are made:

1. Update chart fullname

i. Support fullnameOverride option
ii. If release name contains chart name it will be used as a full name.
iii. Use <release-name>-<chart-name> as fullname

2. Use chart fullname as resource name and selector instead of scale-set-name

These changes assign a unique noPermissionServiceAccountName and AutoscalingRunnerSet name based on the release name so that two different scale-sets can be present in the same namespace when they are part of two different releases within the namespace.

1. Support fullnameOverride option 
2. If release name contains chart name it will be used as a full name.
3. Use "<release-name>-<chart-name>" as fullname
Use fullname as resource name and selector instead of scale-set-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant