File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ declare -r PROJECT_ROOT CALLER_PROJECT_ROOT
4545declare -r CTR_CMD=${CTR_CMD:- docker}
4646declare -r CLUSTER_PROVIDER=${CLUSTER_PROVIDER:- kind}
4747declare -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
5050declare -r REGISTRY_PORT=${REGISTRY_PORT:- 5001}
5151
You can’t perform that action at this time.
0 commit comments