fix(tailnet): add wait: true to infrastructure-controllers so HelmRelease completes before downstream dependsOn
This commit is contained in:
parent
d1cfb262c4
commit
88dd60498f
1 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ spec:
|
|||
interval: 1m0s
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
||||
wait: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue