Skip to content

Commit 7f0d24b

Browse files
committed
change position for pull secret
1 parent 38a407d commit 7f0d24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/production/auth/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ spec:
1616
labels:
1717
app: auth
1818
spec:
19+
imagePullSecrets:
20+
- name: do-registry
1921
containers:
2022
- image: registry.digitalocean.com/aztlan-containers/auth:latest
21-
imagePullSecrets:
22-
- name: do-registry
2323
resources:
2424
limits:
2525
memory: 500Mi

0 commit comments

Comments
 (0)