Skip to content

Commit 15e6f53

Browse files
author
Daniel Berg
committed
fix typo
1 parent c9cdebe commit 15e6f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
app: hello-py
3434
spec:
3535
containers:
36-
- image: {{image_name}}:{{image_tag}}
36+
- image: "{{image_name}}:{{image_tag}}"
3737
name: hello-py
3838
ports:
3939
- containerPort: 5000

0 commit comments

Comments
 (0)