-
Notifications
You must be signed in to change notification settings - Fork 545
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
feat(csv): add installmodes to CSV spec #640
feat(csv): add installmodes to CSV spec #640
Conversation
981fe23
to
6f04eb2
Compare
b66d1ef
to
1927601
Compare
Do you need to run codegen on this? |
Yes, I do. I was planning on running it after I finish writing tests. |
e13b55a
to
7e7550f
Compare
9641742
to
d0a7ac1
Compare
df5a7c5
to
686e561
Compare
/retest |
namespaceList := []string{} | ||
if selector.Empty() || selector == nil { | ||
namespaceList = append(namespaceList, corev1.NamespaceAll) | ||
namespaceSet := make(map[string]struct{}) |
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.
This is getting hard to follow now - can we divide it by whether you're using targetNamespace
list vs. a selector?
88731c6
to
1f63aec
Compare
- Adds installmodes to templates - Regenerates manifests
1f63aec
to
b8cbe26
Compare
/retest |
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.
/lgtm
/test e2e-aws |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell, njhale 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 |
/retest |
2 similar comments
/retest |
/retest |
feat(csv): add installmodes to CSV spec
Addresses ALM-842 and ALM-843
/assign @alecmerdler @ecordell