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