Skip to content

Commit 24c722d

Browse files
committed
concise
1 parent fa0975b commit 24c722d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/grafana_statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
[
4141
"sh",
4242
"-c",
43-
"curl -o /tmp/zo_gp.tar.gz https://zincsearch-releases.s3.us-west-2.amazonaws.com/zo_gp/zo_gp.tar.gz && cd /tmp && cp zo_gp.tar.gz /var/lib/grafana/plugins/zo_gp.tar.gz && cd /var/lib/grafana/plugins && tar -zxvf zo_gp.tar.gz",
43+
"curl -o /var/lib/grafana/plugins/zo_gp.tar.gz https://zincsearch-releases.s3.us-west-2.amazonaws.com/zo_gp/zo_gp.tar.gz && cd /var/lib/grafana/plugins && tar -zxvf zo_gp.tar.gz",
4444
]
4545
volumeMounts:
4646
- name: grafana-base

0 commit comments

Comments
 (0)