Skip to content

Commit 8baf005

Browse files
committed
Regenerated docs via scripts/helm-docs.sh
1 parent 4dc1f4c commit 8baf005

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

charts/sourcegraph/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ In addition to the documented values, all services also support the following va
119119
| gitserver.serviceAccount.name | string | `""` | Name of the ServiceAccount to be created or an existing ServiceAccount |
120120
| gitserver.sshSecret | string | `""` | Name of existing Secret that contains SSH credentials to clone repositories. It usually contains keys, such as `id_rsa` (private key) and `known_hosts`. Learn more from [documentation](https://docs.sourcegraph.com/admin/install/kubernetes/helm#using-ssh-to-clone-repositories) |
121121
| gitserver.storageSize | string | `"200Gi"` | PVC Storage Request for `gitserver` data volume |
122+
| grafana.auth | object | `{"database":"","existingSecret":"","host":"","password":"","port":"","sslmode":"","user":""}` | NOTE: Create a separate user in the pgsql database with read-only perms on the minimum set of tables |
123+
| grafana.auth.database | string | `""` | Sets postgres database name |
124+
| grafana.auth.existingSecret | string | `""` | Name of existing secret to for Grafana to use to connect to the pgsql database The secret must contain the keys `user`, `password`, `database`, `host` and `port`. `auth.user`, `auth.password`, etc. are ignored if this is enabled |
125+
| grafana.auth.host | string | `""` | Sets postgres host |
126+
| grafana.auth.password | string | `""` | Sets postgres password |
127+
| grafana.auth.port | string | `""` | Sets postgres port |
128+
| grafana.auth.sslmode | string | `""` | Sets postgres sslmode |
129+
| grafana.auth.user | string | `""` | Sets postgres username |
122130
| grafana.containerSecurityContext | object | `{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":472,"runAsUser":472}` | Security context for the `grafana` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) |
123131
| grafana.enabled | bool | `true` | Enable `grafana` dashboard (recommended) |
124132
| grafana.existingConfig | string | `""` | Name of existing ConfigMap for `grafana`. It must contain a `datasources.yml` key. |

0 commit comments

Comments
 (0)