https://github.com/fairwindsops/yelb-deploy
Demo application gitops repository
https://github.com/fairwindsops/yelb-deploy
Last synced: 10 months ago
JSON representation
Demo application gitops repository
- Host: GitHub
- URL: https://github.com/fairwindsops/yelb-deploy
- Owner: FairwindsOps
- Created: 2024-09-13T14:46:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T17:01:14.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T05:05:34.698Z (12 months ago)
- Language: Go
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yelb Deploy
A GitOps repository for deploying the yelb demo app
## Feature Branches
generate lastDeployed: `date -u +"%Y-%m-%dT%H:%M:%SZ"`
find empty feature namespaces
```
kubectl get ns -l fairwinds.com/environment=yelb-feature --no-headers -o custom-columns=":metadata.name" | xargs -I{} kubectl get all -n {} 2>&1 | grep "No" | cut -d " " -f 5
```