Skip to content

Commit acb94c8

Browse files
committed
feat(expand_config.yml): Make volume path more clear
1 parent 3068b6c commit acb94c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

expand_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ spec:
3434
command:
3535
- "/bin/sh"
3636
- "-c"
37-
- "slu expand file -s /config/config.yaml.txt > /data/config.yaml.txt"
37+
- "slu expand file -s /config1/config.yaml.txt > /config2/config.yaml.txt"
3838
volumeMounts:
39-
- mountPath: /data
39+
- mountPath: /config2
4040
name: config2
41-
- mountPath: /config
41+
- mountPath: /config1
4242
name: config1
4343
envFrom:
4444
- secretRef:

0 commit comments

Comments
 (0)