aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces/default/grafana/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-15 18:33:44 +0100
committerGravatar Joe Banks <[email protected]>2024-04-15 18:33:44 +0100
commit9b4893d1c375d6597651fec5d2201f512181cf20 (patch)
tree319a5c24917858e528b18c75ad8312b32cc39727 /kubernetes/namespaces/default/grafana/README.md
parentMove Prestashop to Prestashop namespace (diff)
Move Grafana to monitoring namespace
Diffstat (limited to 'kubernetes/namespaces/default/grafana/README.md')
-rw-r--r--kubernetes/namespaces/default/grafana/README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/kubernetes/namespaces/default/grafana/README.md b/kubernetes/namespaces/default/grafana/README.md
deleted file mode 100644
index 03a9682..0000000
--- a/kubernetes/namespaces/default/grafana/README.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Grafana
-
-This folder contains the manifests for deploying our Grafana instance, the service we use to query our data.
-
-This deployment expects a number of secrets and environment variables to exist in a secret called `grafana-secret-env`.
-
-| Environment | Description |
-|------------------------------|-----------------------------------------------------|
-| GF_AUTH_GITHUB_CLIENT_ID | The client ID of the Github app to use for auth |
-| GF_AUTH_GITHUB_CLIENT_SECRET | The client secret of the Github app to use for auth |
-| GF_SECURITY_ADMIN_PASSWORD | The admin password the the grafana admin console |