Skip to content

Commit

Permalink
change position for pull secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Sep 12, 2024
1 parent 38a407d commit 7f0d24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/production/auth/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
labels:
app: auth
spec:
imagePullSecrets:
- name: do-registry
containers:
- image: registry.digitalocean.com/aztlan-containers/auth:latest
imagePullSecrets:
- name: do-registry
resources:
limits:
memory: 500Mi
Expand Down

0 comments on commit 7f0d24b

Please sign in to comment.