We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cd32c commit 03589adCopy full SHA for 03589ad
1 file changed
kubernetes/deployment.yaml
@@ -61,6 +61,16 @@ spec:
61
secretKeyRef:
62
name: potpie-secrets
63
key: REDIS_PASSWORD
64
+ - name: LANGFUSE_SECRET_KEY
65
+ valueFrom:
66
+ secretKeyRef:
67
+ name: potpie-secrets
68
+ key: LANGFUSE_SECRET_KEY
69
+ - name: LANGFUSE_PUBLIC_KEY
70
71
72
73
+ key: LANGFUSE_PUBLIC_KEY
74
envFrom:
75
- configMapRef:
76
name: potpie-config
0 commit comments