Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
ci: Set monitoring to be true for cert-manager
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Mar 23, 2020
1 parent ca538e3 commit 5e028be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/aws/aws-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ component "contour" {
component "metrics-server" {}

component "cert-manager" {
email = "$EMAIL"
email = "$EMAIL"
service_monitor = true
}

component "external-dns" {
Expand Down
3 changes: 2 additions & 1 deletion ci/packet/packet-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ component "metallb" {
component "metrics-server" {}

component "cert-manager" {
email = "$EMAIL"
email = "$EMAIL"
service_monitor = true
}

component "external-dns"{
Expand Down

0 comments on commit 5e028be

Please sign in to comment.