-
Notifications
You must be signed in to change notification settings - Fork 207
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
Feature/gen 2030 group sources to destination #2112
base: feature/source-crd
Are you sure you want to change the base?
Feature/gen 2030 group sources to destination #2112
Conversation
…o feature/source-ui
…igos into feature/gen-2030-group-sources-to-destination
…o feature/gen-2030-group-sources-to-destination
Makefile
Outdated
@@ -206,6 +206,11 @@ cli-uninstall: | |||
@echo "Uninstalling odigos from source. version: $(ODIGOS_CLI_VERSION)" | |||
cd ./cli ; go run -tags=embed_manifests . uninstall | |||
|
|||
.PHONY: cli-uninstall |
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 carried over as a duplicate, with typo in the "echo" message, please remove :)
"watch", | ||
}, | ||
APIGroups: []string{"odigos.io"}, | ||
Resources: []string{"sources"}, |
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.
Add a comment for why this is needed, and add it to the cli/cmd/resources/README.md
file.
Also add resources for helm: helm/odigos/templates/autoscaler
{ | ||
APIGroups: []string{"odigos.io"}, | ||
Resources: []string{"sources"}, | ||
Verbs: []string{"create", "delete", "get", "list", "patch", "update", "watch"}, |
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.
Add a comment for why this is needed, and add it to the cli/cmd/resources/README.md
file.
Also add resources for helm: helm/odigos/templates/instrumentor
…o feature/gen-2030-group-sources-to-destination
No description provided.