try to fix znc initContainer
This commit is contained in:
parent
26f76bd036
commit
1f955f7f96
|
@ -25,7 +25,7 @@ spec:
|
||||||
command:
|
command:
|
||||||
- "sh"
|
- "sh"
|
||||||
- "-c"
|
- "-c"
|
||||||
- "rm -f /config/modules/ctcp_notifier.*; wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /config/modules"
|
- "rm -f /znc-data/modules/ctcp_notifier.*; wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /znc-data/modules"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /znc-data
|
- mountPath: /znc-data
|
||||||
name: config
|
name: config
|
||||||
|
|
Loading…
Reference in New Issue