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
|
interval: 1m0s
|
||||||
retryInterval: 1m
|
retryInterval: 1m
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
|
wait: true
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: flux-system
|
name: flux-system
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue