Skip to content

Commit

Permalink
Merge pull request grafana#557 from PendaGTP/PendaGTP-fix-grafana-ha-…
Browse files Browse the repository at this point in the history
…docs-link

docs: fix grafana ha doc link
  • Loading branch information
pb82 authored Oct 11, 2021
2 parents 137bfd2 + 24537b7 commit 2c78514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following example CRs are provided:
* [GrafanaWithIngressHost.yaml](../deploy/examples/GrafanaWithIngressHost.yaml): Installs Grafana using the default configuration and an Ingress where the host is set for external access.
* [ldap/Grafana.yaml](../deploy/examples/ldap/Grafana.yaml): Installs Grafana and sets up LDAP authentication. LDAP configuration is mounted from the configmap [ldap/ldap-config.yaml](../deploy/examples/ldap/ldap-config.yaml)
* [oauth/Grafana.yaml](../deploy/examples/oauth/Grafana.yaml): Installs Grafana and enable OAuth authentication using the OpenShift OAuthProxy.
* [ha/Grafana.yaml](../deploy/examples/oauth/Grafana.yaml): Installs Grafana in high availability mode with Postgres as a database.
* [ha/Grafana.yaml](../deploy/examples/ha): Installs Grafana in high availability mode with Postgres as a database.
* [persistentvolume/Grafana-Kubernetes.yaml](../deploy/examples/persistentvolume/Grafana-Kubernetes.yaml): Installs Grafana but provides a dedicated PVC for the database.
* [persistentvolume/Grafana-OpenShift.yaml](../deploy/examples/persistentvolume/Grafana-OpenShift.yaml): Installs Grafana but provides a dedicated PVC for the database. OpenShift specific example without assigning an `fsGroup`.
* [env/Grafana.yaml](../deploy/examples/env/Grafana.yaml): Shows how to provide env vars including admin credentials from a secret.
Expand Down

0 comments on commit 2c78514

Please sign in to comment.