Adjust path

This commit is contained in:
2025-09-09 16:56:03 -05:00
parent d9fa9dcb8b
commit e974560aa2

View File

@@ -48,7 +48,7 @@
"mariadb-password" (get-secret-val nextcloud-secrets "dbPassword")}}) "mariadb-password" (get-secret-val nextcloud-secrets "dbPassword")}})
(clj->js {:provider provider})) (clj->js {:provider provider}))
values-path (.join path js/__dirname "resources" "nextcloud.yml") values-path (.join path js/__dirname ".." "resources" "nextcloud.yml")
helm-values (-> values-path helm-values (-> values-path
(fs/readFileSync "utf8") (fs/readFileSync "utf8")
(yaml/load)) (yaml/load))