Update Immich Cluster Role

This commit is contained in:
Daniel Cosme
2026-04-30 18:33:33 -04:00
parent 530684f48c
commit 93e4a0aeed
4 changed files with 12 additions and 10 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ func Cluster() pg.Cluster {
Managed: &pg.ManagedConfiguration{
Roles: []pg.RoleConfiguration{
{
Name: root.Immich.Name,
Name: root.Immich.Name,
Login: true,
PasswordSecret: &pg.LocalObjectReference{
Name: immich.Secret.Name,
},