mispelled namespace
This commit is contained in:
parent
e218a5d150
commit
e245a30ca2
1 changed files with 7 additions and 7 deletions
|
@ -10,32 +10,32 @@ spec:
|
||||||
elements:
|
elements:
|
||||||
- name: namespace
|
- name: namespace
|
||||||
path: applications/00-namespace
|
path: applications/00-namespace
|
||||||
namspace: home-server
|
namespace: home-server
|
||||||
wave: 1
|
wave: 1
|
||||||
|
|
||||||
- name: replicator
|
- name: replicator
|
||||||
path: applications/10-replicator
|
path: applications/10-replicator
|
||||||
namspace: home-server
|
namespace: home-server
|
||||||
wave: 2
|
wave: 2
|
||||||
|
|
||||||
- name: databases
|
- name: databases
|
||||||
path: applications/20-databases
|
path: applications/20-databases
|
||||||
namspace: database
|
namespace: database
|
||||||
wave: 2
|
wave: 2
|
||||||
|
|
||||||
- name: domain-names
|
- name: domain-names
|
||||||
path: applications/30-domain-names
|
path: applications/30-domain-names
|
||||||
namspace: home-server
|
namespace: home-server
|
||||||
wave: 2
|
wave: 2
|
||||||
|
|
||||||
- name: authentik
|
- name: authentik
|
||||||
path: applications/50-authentik
|
path: applications/50-authentik
|
||||||
namspace: home-server
|
namespace: home-server
|
||||||
wave: 3
|
wave: 3
|
||||||
|
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
path: applications/50-nextcloud
|
path: applications/50-nextcloud
|
||||||
namspace: home-server
|
namespace: home-server
|
||||||
wave: 3
|
wave: 3
|
||||||
|
|
||||||
template:
|
template:
|
||||||
|
@ -49,7 +49,7 @@ spec:
|
||||||
path: '{{path}}'
|
path: '{{path}}'
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: '{{namspace}}'
|
namespace: '{{namespace}}'
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue