From b7e654ab7ddc4d75648503794c1367693cc996ea Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Tue, 21 Mar 2023 09:59:25 +0100 Subject: [PATCH] feat(t8s-cluster): drift detection in preparation of https://github.com/fluxcd/helm-controller/issues/643 we raise the reconcile times, as the reconciliation might now really do some work, finally! --- charts/t8s-cluster/templates/workload-cluster/_helmRelease.yaml | 2 +- charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/t8s-cluster/templates/workload-cluster/_helmRelease.yaml b/charts/t8s-cluster/templates/workload-cluster/_helmRelease.yaml index 16e9963b0..93ff4961c 100644 --- a/charts/t8s-cluster/templates/workload-cluster/_helmRelease.yaml +++ b/charts/t8s-cluster/templates/workload-cluster/_helmRelease.yaml @@ -17,7 +17,7 @@ spec: kind: HelmRepository name: {{ printf "%s-cetic" .context.Release.Name }} namespace: {{ .context.Release.Namespace }} - interval: 30m + interval: 1h kubeConfig: secretRef: name: {{ .context.Release.Name }}-kubeconfig diff --git a/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml b/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml index 09fb1fa94..c43b04525 100644 --- a/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml +++ b/charts/t8s-cluster/templates/workload-cluster/cni-cilium.yaml @@ -8,7 +8,7 @@ metadata: spec: chart: spec: {{- include "t8s-cluster.helm.chartSpec" (dict "repo" "cilium" "chart" "cilium" "context" $) | nindent 6 }} - interval: 1m + interval: 1h kubeConfig: secretRef: name: {{ .Release.Name }}-kubeconfig