We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b7cf3 commit 00593e6Copy full SHA for 00593e6
1 file changed
docs/setup-robusta/configuration-secrets.rst
@@ -42,11 +42,14 @@ Add the following to your Helm values (generated_values.yaml):
42
name: my-robusta-secrets
43
key: secret_grafana_key
44
45
- # if you're configuring a secret for HolmesGPT use this instead
46
- #holmes:
47
- # additionalEnvVars:
48
- # - name: ROBUSTA_AI
49
- # value: "true"
+ # if you're configuring a secret for HolmesGPT it would be:
+ holmes:
+ additionalEnvVars:
+ - name: GRAFANA_KEY
+ valueFrom:
50
+ secretKeyRef:
51
+ name: my-robusta-secrets
52
+ key: secret_grafana_key
53
54
**3. Use the Environment Variable in Robusta Config**
55
0 commit comments