From e4b00e4fed5112a4d1d88b2d6d693e84be53693d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 13 Apr 2023 14:29:21 -0400 Subject: [PATCH] Fix helmrelease syntax error --- cluster/apps/irc/znc/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 5092a30..ee86512 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -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"]