Skip to content

Commit 8c44fb8

Browse files
committed
fix: Use correct image placeholder in deployment
1 parent 96dccd3 commit 8c44fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: restapi-users-container
17-
image: <YOUR_ECR_REPOSITORY_URL>:latest
17+
image: IMAGE_PLACEHOLDER
1818
ports:
1919
- containerPort: 5000
2020
envFrom:

0 commit comments

Comments
 (0)