Skip to content

Commit

Permalink
add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush committed Dec 24, 2024
1 parent cec69cc commit 287a6d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions argocd/applications/findbobastore/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ spec:
memory: '256Mi'
ports:
- containerPort: 3000
env:
- name: NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN
valueFrom:
secretKeyRef:
name: mapbox-token
key: token

0 comments on commit 287a6d6

Please sign in to comment.