From ad865ad8b301324e0b0ce9898398d0e6b7812622 Mon Sep 17 00:00:00 2001 From: rasmus Date: Thu, 7 Aug 2025 19:04:11 +0300 Subject: [PATCH] link passmower-members to passmower --- checksync.sh | 4 +++- passmower/README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/checksync.sh b/checksync.sh index 6246392..1a1a44e 100755 --- a/checksync.sh +++ b/checksync.sh @@ -9,7 +9,9 @@ kubectl g ns -o name | cut -d/ -f2- | grep -v \ find -mindepth 1 -maxdepth 1 -type d | cut -d/ -f2- | grep -v -e _disabled -e .git | sort > dirs.swp -ls argocd/applications | exteat > argo.swp # exteat from github.com/jtagcat/jtagcat +ls argocd/applications | exteat | grep -v \ + -e passmower-members \ + | sort > argo.swp # exteat from github.com/jtagcat/jtagcat echo 'ns <-> dirs' diff ns.swp dirs.swp diff --git a/passmower/README.md b/passmower/README.md index 69bb6d5..6850ebb 100644 --- a/passmower/README.md +++ b/passmower/README.md @@ -28,3 +28,5 @@ With ArgoCD. Render it locally: ```sh kustomize build . --enable-helm ``` + +See also: argocd/applications/passmower-members.yaml