link passmower-members to passmower

This commit is contained in:
2025-08-07 19:04:11 +03:00
parent 835ed59970
commit ad865ad8b3
2 changed files with 5 additions and 1 deletions

View File

@@ -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 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' echo 'ns <-> dirs'
diff ns.swp dirs.swp diff ns.swp dirs.swp

View File

@@ -28,3 +28,5 @@ With ArgoCD. Render it locally:
```sh ```sh
kustomize build . --enable-helm kustomize build . --enable-helm
``` ```
See also: argocd/applications/passmower-members.yaml