Skip to content

Commit

Permalink
Add explicit image pull secret
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Aug 28, 2024
1 parent ad5df89 commit 77679ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/prod/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
securityContext:
runAsNonRoot: true
runAsUser: 1000
imagePullSecrets:
- name: ameelio-registry
containers:
- image: registry.digitalocean.com/ameelio-registry/qrcode-generator:${RELEASE_VERSION}
name: qrcode-generator
Expand Down
2 changes: 2 additions & 0 deletions k8s/staging/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
securityContext:
runAsNonRoot: true
runAsUser: 1000
imagePullSecrets:
- name: ameelio-registry
containers:
- image: registry.digitalocean.com/ameelio-registry/qrcode-generator:${RELEASE_VERSION}
name: qrcode-generator
Expand Down

0 comments on commit 77679ae

Please sign in to comment.