Go to file
Sarwech Shar 0135003663
Merge pull request #1 from nocodelytics/update-staging
Add PROCESS_EVENT_QUEUE env var to yaml file
2022-12-16 10:58:11 +00:00
.github/workflows include production build 2022-12-05 23:50:47 +00:00
helm add nats 2022-12-09 18:11:48 +00:00
kustomization Add PROCESS_EVENT_QUEUE env var to yaml file 2022-12-15 23:54:34 +00:00
.gitignore add nats 2022-12-09 18:11:48 +00:00
README.md wip nats 2022-12-09 16:12:09 +00:00
cert-manager.yaml wip nats 2022-12-09 16:12:09 +00:00
clickhouse-operator-install-bundle.yaml wip nats 2022-12-09 16:12:09 +00:00
container-registry.yaml wip nats 2022-12-09 16:12:09 +00:00
k8s-dashboard.yml update dashboard 2022-12-07 11:00:34 +00:00
kuma.yml update dashboard 2022-12-07 11:00:34 +00:00
secrets.yaml wip nats 2022-12-09 16:12:09 +00:00

README.md

Infrastructure

Secrets

  1. Create a .env file
  2. Add base64 encoded secrets
  3. export $(cat .env | xargs)
  4. cat secrets.yaml | envsubst | kubectl apply -f -