We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fe255 commit 5e34f3aCopy full SHA for 5e34f3a
main.sh
@@ -74,7 +74,7 @@ cluster_up() {
74
KUBECONFIG=$kubeconfig kubectl config view --merge --flatten >all-in-one-kubeconfig.yaml
75
mv -f all-in-one-kubeconfig.yaml "${KUBECONFIG_ROOT_DIR}/config"
76
77
- export KUBECONFIG="${KUBECONFIG_ROOT_DIR}/$KEPLER_KUBECONFIG"
+ export KUBECONFIG="${KUBECONFIG_ROOT_DIR}/config"
78
79
if is_set "$PROMETHEUS_ENABLE" || is_set "$GRAFANA_ENABLE"; then
80
source "$PROJECT_ROOT/lib/prometheus.sh"
0 commit comments