Merge pull request #86 from sirius0xdev/temp-fix-wait
fix(tailnet): add wait: true to infrastructure-controllers so HelmRel…
This commit is contained in:
commit
f614d925de
1 changed files with 2 additions and 1 deletions
|
|
@ -4,9 +4,10 @@ metadata:
|
|||
name: infrastructure-controllers
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 1m0s
|
||||
interval: 1m0s
|
||||
retryInterval: 1m
|
||||
timeout: 5m
|
||||
wait: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: flux-system
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue