Skip to content

Commit 19ad370

Browse files
committed
fix deployment file
1 parent 8bf15d9 commit 19ad370

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deployment/create_secret.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
kubectl delete secret grafana-config
34
kubectl create secret generic grafana-config --from-file=grafana.ini
45

56
# same command as above with dry run

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
33
"type": "datasource",
4-
"name": "ZincObserve",
4+
"name": "OpenObserve",
55
"id": "zinclabs_openobserve",
66
"info": {
77
"description": "OpenObserve",

0 commit comments

Comments
 (0)