diff --git a/clusters/titan.lan.huizinga.dev/apps.yaml b/clusters/titan.lan.huizinga.dev/apps.yaml index 6a13020..420fc53 100644 --- a/clusters/titan.lan.huizinga.dev/apps.yaml +++ b/clusters/titan.lan.huizinga.dev/apps.yaml @@ -24,4 +24,5 @@ spec: path: ./apps prune: true wait: true - suspend: true + # Uncomment this in case of disaster recovery + # suspend: true diff --git a/clusters/titan.lan.huizinga.dev/infrastructure.yaml b/clusters/titan.lan.huizinga.dev/infrastructure.yaml index ad6897c..561c9e1 100644 --- a/clusters/titan.lan.huizinga.dev/infrastructure.yaml +++ b/clusters/titan.lan.huizinga.dev/infrastructure.yaml @@ -48,4 +48,5 @@ spec: path: ./infrastructure/configs prune: true wait: true - suspend: true + # Uncomment this in case of disaster recovery + # suspend: true