Skip to content

Commit e5450a5

Browse files
committed
enabled configcat in ide-service
1 parent 8a1e0d0 commit e5450a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/installer/pkg/components/ide-service/deployment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
7979
},
8080
Env: common.CustomizeEnvvar(ctx, Component, common.MergeEnv(
8181
common.DefaultEnv(&ctx.Config),
82+
common.ConfigcatEnv(ctx),
8283
)),
8384
VolumeMounts: []corev1.VolumeMount{
8485
{

0 commit comments

Comments
 (0)