how to identify the source of the change #2192
milank78git
started this conversation in
General
Replies: 1 comment
-
If I create sensor and returns the specified values in workflow :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have
ApiVersion: argoproj.io/v1alpha1
kind: EventSource
metadata:
name: resource
spec:
template:
serviceAccountName: default # assign a service account with
get
,list
andwatch
permissions on the resource being watched.resource:
example:
namespace:.
group: cert-manager.io
version: v1
resource: certificates
eventTypes:
- UPDATE
when running eventResouce I want to find out which k8s resource created the request and print in my sensor
Thx
Beta Was this translation helpful? Give feedback.
All reactions