Add servicemonitor to rancher deployed cert-manager
This commit is contained in:
parent
6a37a63f01
commit
66a84710a7
1 changed files with 10 additions and 0 deletions
10
fleet.yaml
10
fleet.yaml
|
@ -6,3 +6,13 @@ helm:
|
||||||
values:
|
values:
|
||||||
namespace: cert-manager
|
namespace: cert-manager
|
||||||
installCRDs: true
|
installCRDs: true
|
||||||
|
targetCustomizations:
|
||||||
|
- name: rancher
|
||||||
|
helm:
|
||||||
|
values:
|
||||||
|
prometheus:
|
||||||
|
servicemonitor:
|
||||||
|
enabled: true
|
||||||
|
clusterSelector:
|
||||||
|
matchLabels:
|
||||||
|
env: rancher
|
||||||
|
|
Loading…
Reference in a new issue