From 7712c12faea4618da79aa72a70a7a21d4b32ebcc Mon Sep 17 00:00:00 2001 From: Marc LeBlanc Date: Tue, 1 Oct 2024 23:56:09 -0600 Subject: [PATCH] Also enable regular monitoring --- instances/deploy/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/deploy/kustomization.yaml b/instances/deploy/kustomization.yaml index f10a0233..8f6779a2 100644 --- a/instances/deploy/kustomization.yaml +++ b/instances/deploy/kustomization.yaml @@ -17,7 +17,7 @@ resources: - buildConfig.yaml # -- Update the CONFIG Key values in buildConfig.yaml when instructed # [REQUIRED: RESOURCES] Resources for the default Sourcegraph instance - ../../base/sourcegraph # -- Resources for Sourcegraph - # - ../../base/monitoring # -- Resources for Sourcegraph Monitoring Stack + - ../../base/monitoring # -- Resources for Sourcegraph Monitoring Stack # ---------------- Add additional resources below this line if needed ---------------- # # - ##########################################################################################