Remove redundant namespace creation
This commit is contained in:
parent
104ada2826
commit
50b112b2d0
2 changed files with 2 additions and 12 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: home-server
|
|
|
@ -9,16 +9,11 @@ spec:
|
||||||
generators:
|
generators:
|
||||||
- list:
|
- list:
|
||||||
elements:
|
elements:
|
||||||
- name: namespace
|
- name: replicator
|
||||||
path: applications/00-namespace
|
path: applications/10-replicator
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
wave: 1
|
wave: 1
|
||||||
|
|
||||||
#- name: replicator
|
|
||||||
# path: applications/10-replicator
|
|
||||||
# namespace: home-server
|
|
||||||
# wave: 2
|
|
||||||
|
|
||||||
#- name: databases
|
#- name: databases
|
||||||
# path: applications/20-databases
|
# path: applications/20-databases
|
||||||
# namespace: database
|
# namespace: database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue