chore: setup some example schema to play around
This commit is contained in:
parent
39a262dd34
commit
ef8f3471ab
7 changed files with 322 additions and 0 deletions
internal/controller
|
@ -129,6 +129,7 @@ func (r *DashboardStudioReconciler) reconcileStudioDeployment(
|
|||
serviceCfg.EnvKeys.JwtSecret.Var(studioSpec.JWT.SecretKeySelector()),
|
||||
serviceCfg.EnvKeys.AnonKey.Var(studioSpec.JWT.AnonKeySelector()),
|
||||
serviceCfg.EnvKeys.ServiceKey.Var(studioSpec.JWT.ServiceKeySelector()),
|
||||
serviceCfg.EnvKeys.LogsEnabled.Var(),
|
||||
}
|
||||
|
||||
studioDeployment.Spec.Template = corev1.PodTemplateSpec{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue