mirror of
https://github.com/khuedoan/homelab.git
synced 2025-08-04 09:09:33 +07:00
Increase timout to 10 minutes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# TODO
|
||||
|
||||
- [(bug) Fix wireguard secrets](../apps/resources/wireguard.yaml#L17)
|
||||
- [(bug) ostree-remount bug workaround](../metal/roles/pxe-server/templates/http/ignition/ignition.yaml.j2#L55)
|
||||
- [(feature) Add lint checks for everything](../Makefile#L29)
|
||||
- [(feature) Simple script to backup everything](../scripts/backup.sh#L3)
|
||||
- [(feature) Simple script to restore everything](../scripts/restore.sh#L3)
|
||||
|
@ -15,6 +15,7 @@ resource "helm_release" "argocd" {
|
||||
namespace = "argocd"
|
||||
create_namespace = true
|
||||
wait = true
|
||||
timeout = 600
|
||||
}
|
||||
|
||||
resource "helm_release" "longhorn" {
|
||||
@ -25,4 +26,5 @@ resource "helm_release" "longhorn" {
|
||||
namespace = "longhorn"
|
||||
create_namespace = true
|
||||
wait = true
|
||||
timeout = 600
|
||||
}
|
||||
|
Reference in New Issue
Block a user