File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/clusters/k3s/monitoring/patches Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,5 +179,5 @@ scrape_configs:
179179 regex : sourcegraph-0 # ACTION: replace 'sourcegraph-0' with your node name
180180 action : keep
181181 - source_labels : [namespace]
182- regex : default # ACTION: replace 'default' with your namespace
182+ regex : sourcegraph # ACTION: replace 'default' with your namespace
183183 action : keep
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resources:
2525#
2626# NOTE: Include the 'namespace' component to create namespace with the same name if needed
2727# #########################################################################################
28- namespace : default
28+ namespace : sourcegraph
2929# #########################################################################################
3030# [COMPONENTS] Uncomment the lines for the components you'd like to include
3131#
@@ -41,7 +41,7 @@ components:
4141 # ---------------------------------------------------------------------------------------
4242 # Namespace Creation
4343 # ---------------------------------------------------------------------------------------
44- # - ../../components/resources/namespace # -- Create namespace based on NAMESPACE input above
44+ - ../../components/resources/namespace # -- Create namespace based on NAMESPACE input above
4545 #
4646 # ---------------------------------------------------------------------------------------
4747 # Monitoring Stack
You can’t perform that action at this time.
0 commit comments