fix: change interval
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
|||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: flux-system
|
name: flux-system
|
||||||
timeout: 5m0s
|
timeout: 10m0s
|
||||||
wait: true
|
wait: true
|
||||||
---
|
---
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ metadata:
|
|||||||
name: traefik-repo
|
name: traefik-repo
|
||||||
namespace: traefik-system
|
namespace: traefik-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1m0s
|
interval: 5m0s
|
||||||
url: https://helm.traefik.io/traefik
|
url: https://helm.traefik.io/traefik
|
||||||
---
|
---
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
|||||||
Reference in New Issue
Block a user