Skip to content

Commit

Permalink
update secret for image pull
Browse files Browse the repository at this point in the history
  • Loading branch information
sephethus committed Sep 4, 2024
1 parent f43994f commit 78996b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: flashcards-app
namespace: default
namespace: flashcards
spec:
replicas: 1
selector:
Expand All @@ -13,6 +13,8 @@ spec:
labels:
app: flashcards-app
spec:
imagePullSecrets:
- name: ghcr-secret
containers:
- name: flashcards-app
image: ghcr.io/sephethus/flash:latest
Expand Down

0 comments on commit 78996b1

Please sign in to comment.