Skip to content

Commit 18bab88

Browse files
committed
Fix config.ini mounting
1 parent fe73410 commit 18bab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_template/test/test-pod.yml.clt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
hostPort: 9101
2020
protocol: TCP
2121
volumeMounts:
22-
- mountPath: /etc/<%= @ app-name %>
22+
- mountPath: /etc/<%= @ app-name %>/config.ini
2323
name: <%= @ app-name %>-config
2424
resources: {}
2525
securityContext:

0 commit comments

Comments
 (0)