-
Notifications
You must be signed in to change notification settings - Fork 0
/
watches.yaml
35 lines (33 loc) · 925 Bytes
/
watches.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
# Use the 'create api' subcommand to add watches to this file.
- version: v1alpha1
group: nfs.krestomat.io
kind: Ganesha
blacklist:
# issue seing other secrets as dependant resources and triggering reconciliation (at least in logs)
- group: ""
version: v1
kind: Secret
# issue seing other config maps as dependant resources and triggering reconciliation (at least in logs)
- group: ""
version: v1
kind: ConfigMap
- group: "autoscaling"
version: v2
kind: HorizontalPodAutoscaler
- group: "autoscaling.k8s.io"
version: v1
kind: VerticalPodAutoscaler
finalizer:
name: nfs.krestomat.io/finalizer
vars:
cr_state: absent
playbook: playbooks/ganesha.yml
- version: v1alpha1
group: nfs.krestomat.io
kind: Routine
reconcilePeriod: 1m
playbook: playbooks/routine.yml
vars:
cr_kind: Routine
#+kubebuilder:scaffold:watch