Fix helmrelease syntax error
This commit is contained in:
parent
45a23d9262
commit
e4b00e4fed
|
@ -17,7 +17,7 @@ spec:
|
|||
values:
|
||||
# Add init container for pulling znc modules and putting them into the modules directory
|
||||
initContainers:
|
||||
- name: pull-module-source
|
||||
pull-module-source:
|
||||
image: alpine:latest
|
||||
command: ["sh", "-c", "wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /config/modules"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue