set required env variables for push notifications
This commit is contained in:
@@ -45,3 +45,8 @@ spec:
|
|||||||
key: DEEPGRAM_SECRET
|
key: DEEPGRAM_SECRET
|
||||||
- name: "PUSHER_GRPC_ADDR"
|
- name: "PUSHER_GRPC_ADDR"
|
||||||
value: "pusher:50051"
|
value: "pusher:50051"
|
||||||
|
- name: "EXPO_ACCESS_TOKEN"
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: shared-secrets
|
||||||
|
key: EXPO_ACCESS_TOKEN
|
||||||
|
|||||||
@@ -42,3 +42,8 @@ spec:
|
|||||||
key: DEEPGRAM_SECRET
|
key: DEEPGRAM_SECRET
|
||||||
- name: "PUSHER_GRPC_ADDR"
|
- name: "PUSHER_GRPC_ADDR"
|
||||||
value: "pusher:50051"
|
value: "pusher:50051"
|
||||||
|
- name: "EXPO_ACCESS_TOKEN"
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: shared-secrets
|
||||||
|
key: EXPO_ACCESS_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user