Got rid of NS in resources Jellyfin
All checks were successful
Check with kubeconform / lint (push) Successful in 4s
All checks were successful
Check with kubeconform / lint (push) Successful in 4s
This commit is contained in:
@ -3,7 +3,6 @@ apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: vpn-creds
|
||||
namespace: jellyfin
|
||||
spec:
|
||||
target:
|
||||
name: vpn-creds
|
||||
@ -27,7 +26,6 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: qbittorrent
|
||||
namespace: jellyfin
|
||||
labels:
|
||||
app: qbittorrent
|
||||
annotations:
|
||||
@ -88,7 +86,6 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: qbittorrent
|
||||
namespace: jellyfin
|
||||
spec:
|
||||
selector:
|
||||
app: qbittorrent
|
||||
|
Reference in New Issue
Block a user