Got rid of NS in resources VPN
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: outfleet-secrets
|
||||
namespace: vpn
|
||||
spec:
|
||||
target:
|
||||
name: outfleet-secrets
|
||||
@ -56,7 +55,6 @@ apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: outline-config
|
||||
namespace: vpn
|
||||
spec:
|
||||
target:
|
||||
name: outline-config
|
||||
|
@ -3,7 +3,6 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: outfleet
|
||||
namespace: vpn
|
||||
labels:
|
||||
app: outfleet
|
||||
annotations:
|
||||
@ -78,7 +77,6 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: outfleet
|
||||
namespace: vpn
|
||||
spec:
|
||||
selector:
|
||||
app: outfleet
|
||||
|
@ -3,7 +3,6 @@ apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: shadowbox-prometheus-config
|
||||
namespace: vpn
|
||||
data:
|
||||
config.yml: |
|
||||
global:
|
||||
@ -30,7 +29,6 @@ apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: shadowbox
|
||||
namespace: vpn
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
spec:
|
||||
|
Reference in New Issue
Block a user