Skip to content

Commit

Permalink
Initialize the empty binding for allowed environment type upgrades in
Browse files Browse the repository at this point in the history
kubernetes infrastructure.

Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
  • Loading branch information
metlos committed Jun 3, 2019
1 parent 3b48da7 commit 2927747
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,8 @@ protected void configure() {
binder(), KubernetesEnvironment.TYPE);
KubernetesDevfileBindings.addKubernetesBasedComponentTypeBindings(
binder(), KUBERNETES_COMPONENT_TYPE);

KubernetesDevfileBindings.addAllowedEnvironmentTypeUpgradeBindings(
binder(), KubernetesEnvironment.TYPE);
}
}

0 comments on commit 2927747

Please sign in to comment.