1 parent 9a549ed commit 1ef7740Copy full SHA for 1ef7740
1 file changed
integrations/agntcy-slim/topology/Taskfile.yml
@@ -23,9 +23,7 @@ vars:
23
# Control-plane Service name (matches fullnameOverride in controller-values.yaml).
24
CONTROLLER_SERVICE: '{{ .CONTROLLER_SERVICE | default "slim-control" }}'
25
26
- # helm --wait timeout for the controller/data-plane installs. Kept short so a
27
- # broken deploy fails fast instead of blocking for the full default.
28
- HELM_WAIT_TIMEOUT: '{{ .HELM_WAIT_TIMEOUT | default "5m" }}'
+ HELM_WAIT_TIMEOUT: '{{ .HELM_WAIT_TIMEOUT | default "15m" }}'
29
30
HELM_NAMESPACE: '{{ .HELM_NAMESPACE | default "default" }}'
31
0 commit comments