-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
🐛 (helm/v1-alpha): Use namePrefix from config/default/kustomization.yaml as prefix for RBAC rules and project name only if this value cannot be found. #4571
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
HI @mkarlheim Could you please check this one? |
03a08a9
to
8775274
Compare
8775274
to
e1b8916
Compare
@@ -255,7 +278,7 @@ func (s *initScaffolder) copyConfigFiles() error { | |||
|
|||
// copyFileWithHelmLogic reads the source file, modifies the content for Helm, applies patches | |||
// to spec.conversion if applicable, and writes it to the destination | |||
func copyFileWithHelmLogic(srcFile, destFile, subDir, projectName string) error { | |||
func copyFileWithHelmLogic(srcFile, destFile, subDir, namePrefix string) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI @mkarlheim
Are there any other manifests that we should append this prefix and that we are missing?
…l as prefix for RBAC rules and project name only if this value cannot be found.
e1b8916
to
bc1f6dc
Compare
Closes: #4566