Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>
This commit is contained in:
Matthias Wessendorf 2025-07-09 16:34:11 +02:00 committed by GitHub
parent 9b5e62151b
commit 3a71f611b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ The business-logic in this example is written in Python. It'll process the incom
The code for the function can be found on Github here: [KubeVirt PostgreSQL Knative Function Example](https://github.com/rguske/knative-functions/tree/main/kn-py-vmdata-psql-fn){:target="_blank"}
!!! note
A `secret` needs to be created beforehand to store the database related sensible data which will be picked up by the function during its execution.
A `secret` needs to be created beforehand to store the database related sensitive data which will be picked up by the function during its execution.
Next we create our `Trigger`s for our function and deploy it to the Kubernetes Cluster: