aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syz-cluster/Makefile2
-rw-r--r--syz-cluster/overlays/gke/prod/kustomization.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/syz-cluster/Makefile b/syz-cluster/Makefile
index f7dfb71c9..9fb3afd86 100644
--- a/syz-cluster/Makefile
+++ b/syz-cluster/Makefile
@@ -31,7 +31,7 @@ $(eval $(call build_image_rules,./workflow/boot-step,boot-step))
$(eval $(call build_image_rules,./tools/db-mgmt,db-mgmt))
$(eval $(call build_image_rules,./tools/send-test-email,send-test-email))
-IMAGES := controller web-dashboard reporter-server series-tracker db-mgmt triage-step build-step boot-step fuzz-step send-test-email
+IMAGES := controller web-dashboard reporter-server series-tracker db-mgmt triage-step build-step boot-step fuzz-step send-test-email email-reporter
BUILD_TARGETS := $(addprefix build-, $(IMAGES))
PUSH_TARGETS := $(addprefix push-, $(IMAGES))
diff --git a/syz-cluster/overlays/gke/prod/kustomization.yaml b/syz-cluster/overlays/gke/prod/kustomization.yaml
index 3cc6ada50..5226a2446 100644
--- a/syz-cluster/overlays/gke/prod/kustomization.yaml
+++ b/syz-cluster/overlays/gke/prod/kustomization.yaml
@@ -4,3 +4,4 @@
resources:
- ../common
- global-config.yaml
+ - ../../../email-reporter