diff --git a/pkg/controller/utils.go b/pkg/controller/utils.go index cf344fa..16c9b2c 100644 --- a/pkg/controller/utils.go +++ b/pkg/controller/utils.go @@ -58,7 +58,7 @@ func ToJSON(v any) string { } func getRedisIpAndPassword() (ip string, pwd string, err error) { - file, err := os.ReadFile("/terminus/data/redis/etc/redis.conf") + file, err := os.ReadFile("/olares/data/redis/etc/redis.conf") if err != nil { return }