Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
address comments and flip enable_egress flag
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Teeling <[email protected]>
  • Loading branch information
steeling committed Jun 23, 2022
1 parent 69d2772 commit ad2e33f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export BOOKWAREHOUSE_NAMESPACE=bookwarehouse
# Default: acr-creds
# export CTR_REGISTRY_CREDS_NAME=acr-creds

# optional: Whether to disable permissive mode, defaults to true.
# optional: Whether to enable permissive mode, defaults to true.
# Default: true
# export PERMISSIVE_MODE=false

Expand Down Expand Up @@ -92,8 +92,8 @@ export BOOKWAREHOUSE_NAMESPACE=bookwarehouse
# export ENABLE_DEBUG_SERVER=true

# optional: ENABLE_EGRESS (true/false)
# Default: false
# export ENABLE_EGRESS=true
# Default: true
# export ENABLE_EGRESS=false

# optional: ENABLE_RECONCILER (true/false)
# Default: false
Expand Down

0 comments on commit ad2e33f

Please sign in to comment.