Skip to content

Commit 00593e6

Browse files
committed
CR fixes
1 parent c1b7cf3 commit 00593e6

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

docs/setup-robusta/configuration-secrets.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,14 @@ Add the following to your Helm values (generated_values.yaml):
4242
name: my-robusta-secrets
4343
key: secret_grafana_key
4444
45-
# if you're configuring a secret for HolmesGPT use this instead
46-
#holmes:
47-
# additionalEnvVars:
48-
# - name: ROBUSTA_AI
49-
# value: "true"
45+
# if you're configuring a secret for HolmesGPT it would be:
46+
holmes:
47+
additionalEnvVars:
48+
- name: GRAFANA_KEY
49+
valueFrom:
50+
secretKeyRef:
51+
name: my-robusta-secrets
52+
key: secret_grafana_key
5053
5154
**3. Use the Environment Variable in Robusta Config**
5255

0 commit comments

Comments
 (0)