Created
June 29, 2020 16:15
-
-
Save descrepes/89b89027960564c37c9e7a160037e6c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: argoproj.io/v1alpha1 | |
kind: EventSource | |
metadata: | |
name: resource-event-source | |
spec: | |
type: resource | |
resource: | |
vmpool: | |
namespace: customers | |
group: cloud.mycompany.com | |
version: v1 | |
resource: vmpools | |
eventTypes: | |
- ADD | |
filter: | |
prefix: "vmpool" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment