Skip to content

Commit

Permalink
(ESPSTUDIO-8275)
Browse files Browse the repository at this point in the history
Plugin deployment option for different namespaces on Viya
fix version

Change-Id: I87b6ce4ea1b54637e0ecc4641f529d78f1673fac
  • Loading branch information
mtlljm committed Dec 6, 2023
1 parent 3cddd9a commit 44a7135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/configure-grafana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ echo "Fetching required deployment information..."
#duplicate domain code
ESP_DOMAIN=$(kubectl -n "${ESP_NAMESPACE}" get ingress --output json | jq -r '.items[0].spec.rules[0].host')
GRAFANA_DOMAIN=$(kubectl -n "${GRAFANA_NAMESPACE}" get ingress --output json | jq -r '.items[0].spec.rules[0].host')
ESP_PLUGIN_SOURCE="https://github.com/sassoftware/grafana-esp-plugin/download/$ESP_PLUGIN_VERSION/sasesp-plugin-$ESP_PLUGIN_VERSION.zip"
ESP_PLUGIN_SOURCE="https://github.com/sassoftware/grafana-esp-plugin/download/v$ESP_PLUGIN_VERSION/sasesp-plugin-$ESP_PLUGIN_VERSION.zip"

if [ "${OAUTH_TYPE}" == "viya" ]; then

Expand Down

0 comments on commit 44a7135

Please sign in to comment.