Skip to content

Commit

Permalink
Revert "set NEW_SCHEDULER and CONTAINER_ORCHESTRATOR_ENABLED env vars…
Browse files Browse the repository at this point in the history
… to true to be consistent"

This reverts commit 6dd2ec0.
  • Loading branch information
lmossman committed May 18, 2022
1 parent 26068d5 commit 2f40f9d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ MAX_DISCOVER_WORKERS=5


### FEATURE FLAGS ###
NEW_SCHEDULER=true
CONTAINER_ORCHESTRATOR_ENABLED=true
NEW_SCHEDULER=false
AUTO_DISABLE_FAILING_CONNECTIONS=false
EXPOSE_SECRETS_IN_EXPORT=false
FORCE_MIGRATE_SECRET_STORE=false
3 changes: 1 addition & 2 deletions kube/overlays/dev-integration-test/.env
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ JOB_KUBE_NODE_SELECTORS=
JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_POLICY=

# Launch a separate pod to orchestrate sync steps
NEW_SCHEDULER=true
CONTAINER_ORCHESTRATOR_ENABLED=true
CONTAINER_ORCHESTRATOR_ENABLED=false
3 changes: 1 addition & 2 deletions kube/overlays/dev/.env
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,4 @@ JOB_KUBE_NODE_SELECTORS=
JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_POLICY=

# Launch a separate pod to orchestrate sync steps
NEW_SCHEDULER=true
CONTAINER_ORCHESTRATOR_ENABLED=true
CONTAINER_ORCHESTRATOR_ENABLED=false
3 changes: 1 addition & 2 deletions kube/overlays/stable-with-resource-limits/.env
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ JOB_KUBE_NODE_SELECTORS=
JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_POLICY=

# Launch a separate pod to orchestrate sync steps
NEW_SCHEDULER=true
CONTAINER_ORCHESTRATOR_ENABLED=true
CONTAINER_ORCHESTRATOR_ENABLED=false

CONNECTOR_SPECIFIC_RESOURCE_DEFAULTS_ENABLED=true
4 changes: 2 additions & 2 deletions kube/overlays/stable/.env
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ JOB_KUBE_NODE_SELECTORS=
JOB_KUBE_MAIN_CONTAINER_IMAGE_PULL_POLICY=

# Launch a separate pod to orchestrate sync steps
NEW_SCHEDULER=true
CONTAINER_ORCHESTRATOR_ENABLED=true
CONTAINER_ORCHESTRATOR_ENABLED=false

0 comments on commit 2f40f9d

Please sign in to comment.