Skip to content
Snippets Groups Projects

Let Grafana search in its own namespace for datasource config-maps

Merged Benedikt Wetzel requested to merge wetzel/spesb:50-grafana-datasource-namespace into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -47,8 +47,7 @@ sidecar:
@@ -47,8 +47,7 @@ sidecar:
# If specified, the sidecar will search for datasource config-maps inside this namespace.
# If specified, the sidecar will search for datasource config-maps inside this namespace.
# Otherwise the namespace in which the sidecar is running will be used.
# Otherwise the namespace in which the sidecar is running will be used.
# It's also possible to specify ALL to search in all namespaces
# It's also possible to specify ALL to search in all namespaces
searchNamespace: default
searchNamespace: null
service:
service:
nodePort: 31199
nodePort: 31199
Loading