Skip to content

Commit 83b28a9

Browse files
committed
was in the wrong spot
1 parent 2f72586 commit 83b28a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ spec:
1515
app: ${NAME}-app
1616
spec:
1717
containers:
18+
imagePullSecrets:
19+
- name: docker-registry
1820
- name: ${NAME}
1921
image: ${IMAGE}
20-
imagePullSecrets:
21-
- name: docker-registry
2222
resources:
2323
limits:
2424
cpu: 1000m

0 commit comments

Comments
 (0)