mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
[public api] Add configcat config
This commit is contained in:
parent
6b331c627d
commit
aa812d2650
@ -122,6 +122,7 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
|
|||||||
},
|
},
|
||||||
Env: common.CustomizeEnvvar(ctx, Component, common.MergeEnv(
|
Env: common.CustomizeEnvvar(ctx, Component, common.MergeEnv(
|
||||||
common.DefaultEnv(&ctx.Config),
|
common.DefaultEnv(&ctx.Config),
|
||||||
|
common.ConfigcatEnv(ctx),
|
||||||
)),
|
)),
|
||||||
LivenessProbe: &corev1.Probe{
|
LivenessProbe: &corev1.Probe{
|
||||||
ProbeHandler: corev1.ProbeHandler{
|
ProbeHandler: corev1.ProbeHandler{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user