From 96b9ecc3951d6bb99dbaa4aea7dee6b6f28efc4d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 14 Jun 2024 15:05:47 -0400 Subject: [PATCH] chore(qbittorrent): disable updateip job now that I switched to a vps --- cluster/apps/download/qbittorrent/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/download/qbittorrent/kustomization.yaml b/cluster/apps/download/qbittorrent/kustomization.yaml index fef532f..fe13128 100644 --- a/cluster/apps/download/qbittorrent/kustomization.yaml +++ b/cluster/apps/download/qbittorrent/kustomization.yaml @@ -5,6 +5,6 @@ resources: - ./helm-release.yaml #- ./qbittorrent-metrics.yaml - ./dashboard.yaml -- ./cookie-secret.sops.yaml -- ./updateip-script.yaml -- ./updateip-job.yaml \ No newline at end of file +#- ./cookie-secret.sops.yaml +#- ./updateip-script.yaml +#- ./updateip-job.yaml \ No newline at end of file