Skip to content

Commit

Permalink
feat(t8s-cluster): drift detection
Browse files Browse the repository at this point in the history
in preparation of fluxcd/helm-controller#643 we raise the reconcile times, as the reconciliation might now really do some work, finally!
  • Loading branch information
cwrau committed Mar 21, 2023
1 parent a6b7377 commit b7e654a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7e654a

Please sign in to comment.