From 0694600119bb0728e33c4455b36531e16b061ce9 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 17 Jun 2023 00:02:34 -0400 Subject: [PATCH] add znc-push to znc init container --- cluster/apps/irc/znc/helm-release.yaml | 2 +- cluster/apps/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 8dc995a..448db7e 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -25,7 +25,7 @@ spec: command: - "sh" - "-c" - - "rm -f /znc-data/modules/ctcp_notifier.*; wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /znc-data/modules" + - "rm -f /znc-data/modules/ctcp_notifier.*; wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /znc-data/modules; rm -f /znc-data/modules/push.*; wget https://raw.githubusercontent.com/SeanOMik/znc-push/master/push.cpp -P /znc-data/modules" volumeMounts: - mountPath: /znc-data name: config diff --git a/cluster/apps/kustomization.yaml b/cluster/apps/kustomization.yaml index 6fcff51..55c2eb5 100644 --- a/cluster/apps/kustomization.yaml +++ b/cluster/apps/kustomization.yaml @@ -11,5 +11,5 @@ resources: - ./monitoring - ./default #- ./game-servers -#- ./code +#- ./dev #- ./harbor