FIX(jotion): add imagePullSecret for private image
- Configure imagePullSecret for ghcr.io private registry - Enable pulling private container images
This commit is contained in:
@@ -20,6 +20,8 @@ spec:
|
||||
labels:
|
||||
app: jotion
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: ghcr-secret
|
||||
containers:
|
||||
- name: jotion
|
||||
image: ghcr.io/mayne0213/jotion:latest
|
||||
|
||||
Reference in New Issue
Block a user