Fix helmrelease syntax error

This commit is contained in:
SeanOMik 2023-04-13 14:29:21 -04:00
parent 45a23d9262
commit e4b00e4fed
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ spec:
values: values:
# Add init container for pulling znc modules and putting them into the modules directory # Add init container for pulling znc modules and putting them into the modules directory
initContainers: initContainers:
- name: pull-module-source pull-module-source:
image: alpine:latest image: alpine:latest
command: ["sh", "-c", "wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /config/modules"] command: ["sh", "-c", "wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /config/modules"]