Skip to content

Commit

Permalink
Add step to add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-d-zhang authored and sid-maddy committed Aug 3, 2024
1 parent ca2b231 commit 7b13fd4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ You will need:
* [`kubectl`](https://kubernetes.io/docs/tasks/tools/#kubectl)
* [`helm`](https://helm.sh/docs/intro/install/)

## Get secrets

Create Kubernetes Secrets in the `./kubernetes/manifests` directory.

See the following list for secrets to create:

* [Bot](https://github.com/vipyrsec/bot/blob/main/README.md)
* [Mainframe](https://github.com/vipyrsec/dragonfly-mainframe/README.md)
* [Loader](https://github.com/vipyrsec/dragonfly-loader/README.md)
* [Client](https://github.com/vipyrsec/dragonfly-client-rs/README.md)

## Create the cluster in Digital Ocean
```bash
doctl k8s cluster create \
Expand Down Expand Up @@ -44,8 +55,6 @@ helm upgrade vipyrsec ./kubernetes/chart --install

## Apply manifests and secrets

Secrets are not included in this repo; you will need to create your own.

```bash
kubectl apply -f ./kubernetes/manifests/cert-manager/namespace.yaml
kubectl apply -f ./kubernetes/manifests/discord/namespace.yaml
Expand Down

0 comments on commit 7b13fd4

Please sign in to comment.