Got rid of NS in resources Jellyfin

This commit is contained in:
Ultradesu
2025-04-13 19:35:01 +01:00
parent 56cf2f482f
commit 73350ae927

View File

@ -3,7 +3,6 @@ apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret kind: ExternalSecret
metadata: metadata:
name: vpn-creds name: vpn-creds
namespace: jellyfin
spec: spec:
target: target:
name: vpn-creds name: vpn-creds
@ -27,7 +26,6 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: qbittorrent name: qbittorrent
namespace: jellyfin
labels: labels:
app: qbittorrent app: qbittorrent
annotations: annotations:
@ -88,7 +86,6 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: qbittorrent name: qbittorrent
namespace: jellyfin
spec: spec:
selector: selector:
app: qbittorrent app: qbittorrent