Add ghcr.io pull secret for private container images
Sealed secret provides auth for pulling from ghcr.io/lazorgurl/*. Added imagePullSecrets to both app deployments.
This commit is contained in:
@@ -14,6 +14,8 @@ spec:
|
||||
labels:
|
||||
app: api
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: ghcr-pull-secret
|
||||
containers:
|
||||
- name: api
|
||||
image: ghcr.io/lazorgurl/homelab-api:latest
|
||||
|
||||
Reference in New Issue
Block a user