From ee7cf68b37b70ef49799a2901f576bf6aaf5fc12 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 8 Apr 2023 14:58:14 -0400 Subject: [PATCH] Fix errors again --- cluster/apps/download/qbittorrent/kustomization.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cluster/apps/download/qbittorrent/kustomization.yaml b/cluster/apps/download/qbittorrent/kustomization.yaml index 23fcc12..def7426 100644 --- a/cluster/apps/download/qbittorrent/kustomization.yaml +++ b/cluster/apps/download/qbittorrent/kustomization.yaml @@ -1,9 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- ./vpnconfig.sops.yaml -- ./namespace.yaml +- ./qbittorrent.sops.yaml - ./deployment.yaml - ./service.yaml -- ./ingress.yaml -#- ./network_policy.yaml \ No newline at end of file +- ./ingress.yaml \ No newline at end of file