Skip to content

Commit 567d347

Browse files
committed
roll back changes to avoid impact CI
Signed-off-by: Sam Yuan <yy19902439@126.com>
1 parent 5e34f3a commit 567d347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/prometheus.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ deploy_prometheus_operator() {
4444
mv kube-prometheus/manifests/prometheus-prometheus.yaml.tmp \
4545
kube-prometheus/manifests/prometheus-prometheus.yaml
4646

47-
_setup_dashboard
48-
_run_yq
47+
#_setup_dashboard
48+
#_run_yq
4949
_load_prometheus_operator_images_to_local_registry
5050
kubectl create -f kube-prometheus/manifests/setup
5151
kubectl wait \

main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ declare -r PROJECT_ROOT CALLER_PROJECT_ROOT
4545
declare -r CTR_CMD=${CTR_CMD:-docker}
4646
declare -r CLUSTER_PROVIDER=${CLUSTER_PROVIDER:-kind}
4747
declare -r KUBECONFIG_ROOT_DIR=${KUBECONFIG_ROOT_DIR:-$PROJECT_ROOT/.kube}
48-
declare -r KEPLER_KUBECONFIG=${KEPLER_KUBECONFIG:-config}
48+
declare -r KEPLER_KUBECONFIG=${KEPLER_KUBECONFIG:-config-kepler}
4949

5050
declare -r REGISTRY_PORT=${REGISTRY_PORT:-5001}
5151

0 commit comments

Comments
 (0)