fix: change interval

This commit is contained in:
2024-10-06 22:18:53 -04:00
parent 2f31fe90ca
commit 0d5d041185
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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