Skip to content

Commit

Permalink
Disable waiting for PVCs by default for testings purposes
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
  • Loading branch information
sleshchenko committed May 27, 2019
1 parent 3996241 commit 1984bee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ che.infra.kubernetes.pvc.access_mode=ReadWriteOnce
# It should be set to `false` in case if `volumeBindingMode` is configured to `WaitForFirstConsumer`
# otherwise workspace starts will hangs up on phase of waiting PVCs.
#
# Default value is true(means that PVCs should be waited to be bound)
che.infra.kubernetes.pvc.wait_bound=true
# Default value is false(means that PVCs should not be waited to be bound)
che.infra.kubernetes.pvc.wait_bound=false

# Defined range of ports for installers servers
#
Expand Down

0 comments on commit 1984bee

Please sign in to comment.