fix: remove namespace from all deployment files
Namespace is now managed by Argo's spec.destination.namespace (nxtgauge) This stops the permanent OutOfSync noise from duplicate namespace definitions.
This commit is contained in:
parent
dc5aacb03c
commit
5312f60bf8
20 changed files with 0 additions and 20 deletions
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-catering-services
|
name: nxtgauge-rust-catering-services
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-catering-services
|
app: nxtgauge-rust-catering-services
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-companies
|
name: nxtgauge-rust-companies
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-companies
|
app: nxtgauge-rust-companies
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-cron
|
name: nxtgauge-rust-cron
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-cron
|
app: nxtgauge-rust-cron
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-customers
|
name: nxtgauge-rust-customers
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-customers
|
app: nxtgauge-rust-customers
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-developers
|
name: nxtgauge-rust-developers
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-developers
|
app: nxtgauge-rust-developers
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-employees
|
name: nxtgauge-rust-employees
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-employees
|
app: nxtgauge-rust-employees
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-fitness-trainers
|
name: nxtgauge-rust-fitness-trainers
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-fitness-trainers
|
app: nxtgauge-rust-fitness-trainers
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-gateway
|
name: nxtgauge-rust-gateway
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-gateway
|
app: nxtgauge-rust-gateway
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-graphic-designers
|
name: nxtgauge-rust-graphic-designers
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-graphic-designers
|
app: nxtgauge-rust-graphic-designers
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-job-seekers
|
name: nxtgauge-rust-job-seekers
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-job-seekers
|
app: nxtgauge-rust-job-seekers
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-jobs
|
name: nxtgauge-rust-jobs
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-jobs
|
app: nxtgauge-rust-jobs
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-leads
|
name: nxtgauge-rust-leads
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-leads
|
app: nxtgauge-rust-leads
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-makeup-artists
|
name: nxtgauge-rust-makeup-artists
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-makeup-artists
|
app: nxtgauge-rust-makeup-artists
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-payments
|
name: nxtgauge-rust-payments
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-payments
|
app: nxtgauge-rust-payments
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-photographers
|
name: nxtgauge-rust-photographers
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-photographers
|
app: nxtgauge-rust-photographers
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-social-media-managers
|
name: nxtgauge-rust-social-media-managers
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-social-media-managers
|
app: nxtgauge-rust-social-media-managers
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-tutors
|
name: nxtgauge-rust-tutors
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-tutors
|
app: nxtgauge-rust-tutors
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-ugc-content-creators
|
name: nxtgauge-rust-ugc-content-creators
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-ugc-content-creators
|
app: nxtgauge-rust-ugc-content-creators
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-users
|
name: nxtgauge-rust-users
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-users
|
app: nxtgauge-rust-users
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: nxtgauge-rust-video-editors
|
name: nxtgauge-rust-video-editors
|
||||||
namespace: nxtgauge
|
|
||||||
labels:
|
labels:
|
||||||
app: nxtgauge-rust-video-editors
|
app: nxtgauge-rust-video-editors
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue