chore: setup some example schema to play around

This commit is contained in:
Peter 2025-01-21 08:53:10 +01:00
parent 39a262dd34
commit ef8f3471ab
Signed by: prskr
GPG key ID: F56BED6903BC5E37
7 changed files with 322 additions and 0 deletions

View file

@ -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{