try to fix znc initContainer
This commit is contained in:
parent
26f76bd036
commit
1f955f7f96
|
@ -25,7 +25,7 @@ spec:
|
|||
command:
|
||||
- "sh"
|
||||
- "-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:
|
||||
- mountPath: /znc-data
|
||||
name: config
|
||||
|
|
Loading…
Reference in New Issue