Skip to content

Commit

Permalink
Update property name in inject
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
  • Loading branch information
mmorhun committed Nov 25, 2020
1 parent 58136bb commit 19cf5f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class KubernetesBrokerEnvironmentFactory
public KubernetesBrokerEnvironmentFactory(
@Named("che.websocket.endpoint") String cheWebsocketEndpoint,
@Named("che.workspace.plugin_broker.pull_policy") String brokerPullPolicy,
@Named("che.trusted_ca.bundle_mount_path") String certificateMountPath,
@Named("che.infra.kubernetes.trusted_ca.mount_path") String certificateMountPath,
AgentAuthEnableEnvVarProvider authEnableEnvVarProvider,
MachineTokenEnvVarProvider machineTokenEnvVarProvider,
@Named("che.workspace.plugin_broker.artifacts.image") String artifactsBrokerImage,
Expand Down

0 comments on commit 19cf5f6

Please sign in to comment.