You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
🌱 Remove unnecessary env variables in make target env-vars-for-wl-cluster (#102)
* Remove unnecessary env variables in make target env-vars-for-wl-cluster
Based on the introduction of local_mode feature(see issue #76).
Some env variables are not needed when we are using local_mode.
This commit adjust .envrc.sample and also remove these unnecessary
env variables in make target env-vars-for-wl-cluster.
Signed-off-by: michal.gubricky <[email protected]>
* Ensure that we check env variables for local_mode enabled and disabled
Signed-off-by: michal.gubricky <[email protected]>
---------
Signed-off-by: michal.gubricky <[email protected]>
tilt-up: env-vars-for-wl-cluster $(ENVSUBST)$(KUBECTL)$(KUSTOMIZE)$(TILT) cluster ## Start a mgt-cluster & Tilt. Installs the CRDs and deploys the controllers
592
-
EXP_CLUSTER_RESOURCE_SET=true $(TILT) up --port=10351
0 commit comments