We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf15d9 commit 19ad370Copy full SHA for 19ad370
deployment/create_secret.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
+kubectl delete secret grafana-config
4
kubectl create secret generic grafana-config --from-file=grafana.ini
5
6
# same command as above with dry run
src/plugin.json
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
- "name": "ZincObserve",
+ "name": "OpenObserve",
"id": "zinclabs_openobserve",
"info": {
7
"description": "OpenObserve",
0 commit comments