We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cdebe commit 15e6f53Copy full SHA for 15e6f53
kubernetes/deployment.yaml
@@ -33,7 +33,7 @@ spec:
33
app: hello-py
34
spec:
35
containers:
36
- - image: {{image_name}}:{{image_tag}}
+ - image: "{{image_name}}:{{image_tag}}"
37
name: hello-py
38
ports:
39
- containerPort: 5000
0 commit comments