2021-06-15 16:21:49 +00:00
|
|
|
# README #
|
|
|
|
|
|
|
|
|
|
This README would normally document whatever steps are necessary to get your application up and running.
|
|
|
|
|
|
|
|
|
|
### What is this repository for? ###
|
|
|
|
|
|
|
|
|
|
* Quick summary
|
|
|
|
|
* Version
|
|
|
|
|
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
|
|
|
|
|
|
2025-12-12 21:31:23 +00:00
|
|
|
### Development Setup
|
|
|
|
|
|
|
|
|
|
1. **Install Pre-commit Hooks** (Required for CRD management):
|
|
|
|
|
```bash
|
|
|
|
|
./scripts/setup-hooks.sh
|
|
|
|
|
```
|
|
|
|
|
This ensures that `k8s/crds/all-crds.yaml` is automatically updated whenever you modify the monitoring Helm chart.
|
|
|
|
|
|
2021-06-15 16:21:49 +00:00
|
|
|
### How do I get set up? ###
|
|
|
|
|
|
|
|
|
|
* Summary of set up
|
|
|
|
|
* Configuration
|
|
|
|
|
* Dependencies
|
|
|
|
|
* Database configuration
|
|
|
|
|
* How to run tests
|
|
|
|
|
* Deployment instructions
|
|
|
|
|
|
|
|
|
|
### Contribution guidelines ###
|
|
|
|
|
|
|
|
|
|
* Writing tests
|
|
|
|
|
* Code review
|
|
|
|
|
* Other guidelines
|
|
|
|
|
|
|
|
|
|
### Who do I talk to? ###
|
|
|
|
|
|
|
|
|
|
* Repo owner or admin
|
2021-10-28 18:15:01 +00:00
|
|
|
* Other community or team contact
|
|
|
|
|
|
2021-10-31 12:36:53 +00:00
|
|
|
# Apply terraform
|
2021-10-28 18:15:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
# Install ArgoCD
|
|
|
|
|
kubectl create namespace argocd
|
|
|
|
|
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
|
|
|
|
|
2021-10-31 12:36:53 +00:00
|
|
|
# Add Bitbucket SSH Key secret
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|