Deploy everything to respective namespace
This commit is contained in:
parent
c8bb4264fc
commit
0b4142c63d
1 changed files with 4 additions and 1 deletions
|
@ -10,13 +10,16 @@ spec:
|
|||
elements:
|
||||
- name: namespace
|
||||
path: applications/00-namespace
|
||||
namespace: home-server
|
||||
- name: replicator
|
||||
path: applications/10-replicator
|
||||
namespace: home-server
|
||||
- name: databases
|
||||
path: applications/20-databases
|
||||
namespace: database
|
||||
- name: domain-names
|
||||
path: applications/30-domain-names
|
||||
namespace: home-server
|
||||
template:
|
||||
metadata:
|
||||
name: '{{name}}'
|
||||
|
@ -28,7 +31,7 @@ spec:
|
|||
path: '{{path}}'
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: default
|
||||
namespace: '{{namespace}}'
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue