Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix: github token for sveltekit
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jan 28, 2022
1 parent 0fbf850 commit 08468df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ spec:
image: ghcr.io/eddiehubcommunity/finder:latest
ports:
- containerPort: 3000
env:
- name: VITE_TOKEN
valueFrom:
secretKeyRef:
name: vite-token
key: VITE_TOKEN

0 comments on commit 08468df

Please sign in to comment.