link passmower-members to passmower
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user