Skip to content

Commit

Permalink
Update configure-grafana.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlljm authored Nov 4, 2024
1 parent 6684ad8 commit f24b930
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 @@ -16,7 +16,7 @@ KEYCLOAK_SUBPATH="${KEYCLOAK_SUBPATH:-auth}"; export KEYCLOAK_SUBPATH
OAUTH_TYPE="${OAUTH_TYPE:-viya}";
DRY_RUN="${DRY_RUN:-false}"
INSTALL_GRAFANA="${INSTALL_GRAFANA:-false}"
GRAFANA_VERSION="${GRAFANA_VERSION:-10.4.8}"
GRAFANA_VERSION="${GRAFANA_VERSION:-11.3.0}"

function check_requirements() {
[ -z "${KUBECONFIG-}" ] && {
Expand Down

0 comments on commit f24b930

Please sign in to comment.