Skip to content

Commit

Permalink
rename secrets with farmhand prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Dec 25, 2024
1 parent 0eadd51 commit 01f4e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s/base/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ spec:
- name: TWITCH_CLIENT_ID
valueFrom:
secretKeyRef:
name: twitch-credentials
name: farmhand-twitch-credentials
key: client-id
- name: TWITCH_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: twitch-credentials
name: farmhand-twitch-credentials
key: client-secret
- name: JWT_SECRET
valueFrom:
secretKeyRef:
name: jwt
name: farmhand-jwt
key: secret
resources:
requests:
Expand Down

0 comments on commit 01f4e40

Please sign in to comment.