| commit | 6481c9095aef7c7d2a0554b1d1af8a55171a89c3 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue May 20 16:16:30 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Tue May 20 21:55:58 2025 +0400 |
| tree | c82ca1b5f49c7a3247a8f0abb45092f763506673 | |
| parent | b45b1866d422a31135a5d9af73ebc79381d0a0cb [diff] [blame] |
DodoApp: Introduce password role Auto generate passwords for PostgreSQL and MongoDB. Change-Id: Ibd9fb900ddc8dd505c60ae4dfba73f1c951e3470
diff --git a/core/installer/app_manager.go b/core/installer/app_manager.go index a4140c0..8257d27 100644 --- a/core/installer/app_manager.go +++ b/core/installer/app_manager.go
@@ -1279,6 +1279,8 @@ return []string{} case KindCluster: return []string{} + case KindPassword: + return []string{} default: panic("MUST NOT REACH!") }