-
Notifications
You must be signed in to change notification settings - Fork 146
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
fixed not yet existing operator path #1016
Conversation
AndrewChubatiuk
commented
Jul 4, 2024
•
edited
Loading
edited
- add olm operator path if it's not yet present
- revert tagging for config-reloader
- use single tag for generated tag for images with ability to override it
- fixed links in docs to kubernetes objects
- use pull request action in all workflows instead of gh tool
Makefile
Outdated
-f Dockerfile.cross . | ||
- $(CONTAINER_TOOL) buildx rm vm-builder | ||
rm Dockerfile.cross | ||
|
||
publish: | ||
REPO=operator ROOT=./cmd $(MAKE) docker-buildx | ||
REPO=config-reloader ROOT=./cmd/config-reloader $(MAKE) docker-buildx | ||
#ROOT=./cmd $(MAKE) docker-buildx |
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.
looks like TYPO
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.
thanks, fixed it
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