forked from billimek/k8s-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcert-manager-chart.yaml
47 lines (47 loc) · 1 KB
/
cert-manager-chart.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
36
37
38
39
40
41
42
43
44
45
46
47
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: cert-manager
namespace: cert-manager
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://charts.jetstack.io/
chart: cert-manager
version: v1.11.1
sourceRef:
kind: HelmRepository
name: jetstack-charts
namespace: flux-system
interval: 5m
install:
crds: Create
upgrade:
crds: CreateReplace
values:
installCRDs: true
webhook:
enabled: true
tolerations:
- key: "arm"
operator: "Exists"
extraArgs:
- --dns01-recursive-nameservers=1.1.1.1:53
- --dns01-recursive-nameservers-only
tolerations:
- key: "arm"
operator: "Exists"
cainjector:
replicaCount: 1
# extraArgs:
# - --leader-elect=false
tolerations:
- key: "arm"
operator: "Exists"
prometheus:
enabled: true
servicemonitor:
enabled: true
prometheusInstance: monitoring