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:
|
labels:
|
||||||
app: jotion
|
app: jotion
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: ghcr-secret
|
||||||
containers:
|
containers:
|
||||||
- name: jotion
|
- name: jotion
|
||||||
image: ghcr.io/mayne0213/jotion:latest
|
image: ghcr.io/mayne0213/jotion:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user