treefmt-check
x86_64-linux.treefmt
· build #5
· raw
1treefmt v2.5.0traversed 61 files2emitted 41 files for processing3formatted 41 files (1 changed) in 357ms4 M wiki/kubernetes/order-cilium-resources-with-argocd-sync-waves.md5diff --git a/wiki/kubernetes/order-cilium-resources-with-argocd-sync-waves.md b/wiki/kubernetes/order-cilium-resources-with-argocd-sync-waves.md6index 5aeff94..a52ecd4 1006447--- a/wiki/kubernetes/order-cilium-resources-with-argocd-sync-waves.md8+++ b/wiki/kubernetes/order-cilium-resources-with-argocd-sync-waves.md9@@ -23,7 +23,7 @@ add this to `templates/loadbalancer-ippool.yaml` and `templates/l2announcement-p10 ```yaml11 # cluster chart templates (this setup), both files12 metadata:13- name: {{ .Values.name }}14+ name: { { .Values.name } }15 annotations:16 argocd.argoproj.io/sync-wave: "1"17 ```