From 1ebaeddf756fe5d5f2a99ffe56cd54104c76f9aa Mon Sep 17 00:00:00 2001 From: Marc LeBlanc Date: Tue, 1 Oct 2024 23:55:13 -0600 Subject: [PATCH] Enable privileged 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 f9516e58..f10a0233 100644 --- a/instances/deploy/kustomization.yaml +++ b/instances/deploy/kustomization.yaml @@ -179,7 +179,7 @@ components: - ../../components/utils/endpoints # REQUIRED - DO NOT REMOVE # # - ../../components/privileged # -- Run Sourcegraph with privileged and root access - # - ../../components/monitoring/privileged # -- Run monitoring stack with privileged and root access + - ../../components/monitoring/privileged # -- Run monitoring stack with privileged and root access # # Recommended for clusters with RBAC enabled. # - ../../components/enable/service-discovery # -- Enable service-discovery for frontend