| commit | 2df23dbf85fe616b2ea83fcbf77834e4a336a595 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 14 07:55:22 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Dec 14 07:55:22 2023 +0400 |
| tree | 2476557a336b2d3b236e36496682e0cefa894543 | |
| parent | 1caed36cebccd7b8b13666667d044547bb6751dc [diff] [blame] |
fluxcd-reconciler, env creator calling it every 30 sec to sync the cluster
diff --git a/charts/fluxcd-reconciler/values.yaml b/charts/fluxcd-reconciler/values.yaml new file mode 100644 index 0000000..cbf0bca --- /dev/null +++ b/charts/fluxcd-reconciler/values.yaml
@@ -0,0 +1,4 @@ +image: + repository: giolekva/fluxcd-reconciler + tag: latest + pullPolicy: Always