ns <-> dirs <-> argocd naming sync OK

This commit is contained in:
2026-01-06 04:26:54 +02:00
parent 20b0852c4a
commit d546168982
2 changed files with 5 additions and 4 deletions

View File

@@ -14,10 +14,11 @@ ls argocd/applications | exteat | grep -v \
-e argocd-applications \ -e argocd-applications \
| sort > argo.swp # exteat from github.com/jtagcat/jtagcat | sort > argo.swp # exteat from github.com/jtagcat/jtagcat
echo 'ns <-> dirs' echo 'ns <-> dirs:'
diff ns.swp dirs.swp diff ns.swp dirs.swp || true
echo 'dirs <-> argo' echo
diff dirs.swp argo.swp echo 'dirs <-> argo:'
diff dirs.swp argo.swp || true
rm ns.swp dirs.swp argo.swp rm ns.swp dirs.swp argo.swp