-
Notifications
You must be signed in to change notification settings - Fork 12
feat: Add Knative integration for notifications #316
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
Conversation
3735267 to
8528eba
Compare
8528eba to
06fb9f3
Compare
bdecd00 to
695abb7
Compare
695abb7 to
dcaf3e4
Compare
ciaransweet
left a comment
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 just general question on knative version
.github/workflows/helm-tests.yml
Outdated
| run: | | ||
| echo "=== Installing Knative Serving ===" | ||
| # Install Knative Serving CRDs | ||
| kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.17.0/serving-crds.yaml |
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.
Do we maybe want to parameterise the knative version?
scripts/deploy.sh
Outdated
| fi | ||
|
|
||
| log_info "Installing Knative Serving..." | ||
| kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.17.0/serving-crds.yaml |
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.
ditto the parameterising
db6af1c to
bf51746
Compare
c7bbe3b to
f99dd86
Compare
- Add CloudEvents sink deployment for eoapi-notifier integration - Configure dynamic secret name for PostgreSQL connection - Add local development configuration with reduced resources - Support both CI and local test environments
f99dd86 to
f4af304
Compare
Depends on #326