Skip to content

Commit

Permalink
Merge pull request #74 from seungkyua/20220328_install_eck_kibana
Browse files Browse the repository at this point in the history
fix install grafana
  • Loading branch information
zugwan authored Apr 5, 2022
2 parents e5c2682 + c29c0fe commit 5f32853
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy_apps/tks-service-mesh-dashboard-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,12 @@ spec:
default_home_dashboard_path: /tmp/dashboards/istio-control-plane-dashboard.json
EOF
helm $kube_params upgrade -i grafana grafana/grafana --version 6.23.1 -f /tmp/grafana-values.yaml -n ${APP_NAMESPACE}
### delete psp and clusterrole, clusterrolebinding first.
kubectl $kube_params delete psp -n ${APP_NAMESPACE} grafana grafana-test || true
kubectl $kube_params delete clusterrole grafana-clusterrole || true
kubectl $kube_params delete clusterrolebinding grafana-clusterrolebinding || true
helm $kube_params upgrade -i grafana grafana/grafana --version 6.23.1 -f /tmp/grafana-values.yaml -n ${APP_NAMESPACE}
log "INFO" "grafana: grafana-${REALMS} successfully created."
activeDeadlineSeconds: 900
Expand Down

0 comments on commit 5f32853

Please sign in to comment.