https://github.com/knighthacks/manifest
https://github.com/knighthacks/manifest
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knighthacks/manifest
- Owner: KnightHacks
- Created: 2022-06-12T21:58:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T08:14:14.000Z (about 3 years ago)
- Last Synced: 2025-02-27T04:50:11.136Z (over 1 year ago)
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# manifests
If you don't know what you're doing and/or not authorized by Warren Snipes to change something please **DO NOT**.
## Stack
- [PostgreSQL](https://www.postgresql.org/) - [_repo_](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
- [KnightHacks Microservices](https://github.com/KnightHacks/knighthacks_backend)
- [FluxCD](https://fluxcd.io/)
## Debugging
### Kustomize
To test if your kustomize changes will work out use the following command in the directory you want to test:
```bash
kubectl kustomize
```
### Flux
To follow logs as they come use the following command:
```bash
flux logs --follow
```
To get the status of your kustomizations use the following command:
```bash
flux get kustomizations -A
```
To force a reconciliation of a specific kustomization live use the following command:
```bash
flux reconcile kustomization apps
```