Skip to content

Commit 1a17308

Browse files
authored
Add example cert-manager agent yaml (#157)
Signed-off-by: Charlie Egan <[email protected]>
1 parent d4ddfaf commit 1a17308

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

examples/cert-manager-agent.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
schedule: "* * * *"
2+
token: xxxx
3+
endpoint:
4+
protocol: https
5+
host: "preflight.jetstack.io"
6+
path: "/api/v1/datareadings"
7+
data-gatherers:
8+
- kind: "k8s"
9+
name: "k8s/secrets.v1"
10+
config:
11+
resource-type:
12+
version: v1
13+
resource: secrets
14+
- kind: "k8s"
15+
name: "k8s/certificates.v1alpha2.cert-manager.io"
16+
config:
17+
resource-type:
18+
group: cert-manager.io
19+
version: v1alpha2
20+
resource: certificates
21+
- kind: "k8s"
22+
name: "k8s/ingresses.v1beta1.networking.k8s.io"
23+
config:
24+
resource-type:
25+
group: networking.k8s.io
26+
version: v1beta1
27+
resource: ingresses
28+
- kind: "k8s"
29+
name: "k8s/certificaterequests.v1alpha2.cert-manager.io"
30+
config:
31+
resource-type:
32+
group: cert-manager.io
33+
version: v1alpha2
34+
resource: certificaterequests

0 commit comments

Comments
 (0)