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 44a7135 commit 6727301Copy full SHA for 6727301
install/configure-grafana.sh
@@ -90,7 +90,7 @@ echo "Fetching required deployment information..."
90
#duplicate domain code
91
ESP_DOMAIN=$(kubectl -n "${ESP_NAMESPACE}" get ingress --output json | jq -r '.items[0].spec.rules[0].host')
92
GRAFANA_DOMAIN=$(kubectl -n "${GRAFANA_NAMESPACE}" get ingress --output json | jq -r '.items[0].spec.rules[0].host')
93
-ESP_PLUGIN_SOURCE="https://github.com/sassoftware/grafana-esp-plugin/download/v$ESP_PLUGIN_VERSION/sasesp-plugin-$ESP_PLUGIN_VERSION.zip"
+ESP_PLUGIN_SOURCE="https://github.com/sassoftware/grafana-esp-plugin/releases/download/v$ESP_PLUGIN_VERSION/sasesp-plugin-$ESP_PLUGIN_VERSION.zip"
94
95
if [ "${OAUTH_TYPE}" == "viya" ]; then
96
0 commit comments