Skip to content

Commit 2c64f52

Browse files
authored
Use LD_TRUST_TOKEN in deployed app (#1094)
1 parent 4109502 commit 2c64f52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/deployment/app-deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,8 @@ spec:
171171
secretKeyRef:
172172
key: GOOGLE_CLIENT_SECRET
173173
name: oauth
174+
- name: LD_TRUST_TOKEN
175+
valueFrom:
176+
secretKeyRef:
177+
key: LD_TRUST_TOKEN
178+
name: ld-trust-token

0 commit comments

Comments
 (0)