idk why but gpt touched this up
This commit is contained in:
parent
66692580e8
commit
da95311d02
1 changed files with 23 additions and 23 deletions
|
@ -8,40 +8,40 @@ spec:
|
|||
generators:
|
||||
- list:
|
||||
elements:
|
||||
- name: namespace
|
||||
path: applications/00-namespace
|
||||
- name: namespace
|
||||
path: applications/00-namespace
|
||||
namespace: home-server
|
||||
wave: 1
|
||||
wave: 1
|
||||
|
||||
- name: replicator
|
||||
path: applications/10-replicator
|
||||
- name: replicator
|
||||
path: applications/10-replicator
|
||||
namespace: home-server
|
||||
wave: 2
|
||||
wave: 2
|
||||
|
||||
- name: databases
|
||||
path: applications/20-databases
|
||||
- name: databases
|
||||
path: applications/20-databases
|
||||
namespace: database
|
||||
wave: 2
|
||||
wave: 2
|
||||
|
||||
- name: domain-names
|
||||
path: applications/30-domain-names
|
||||
- name: domain-names
|
||||
path: applications/30-domain-names
|
||||
namespace: home-server
|
||||
wave: 2
|
||||
wave: 2
|
||||
|
||||
- name: database
|
||||
path: applications/40-database
|
||||
- name: database
|
||||
path: applications/40-database
|
||||
namespace: database
|
||||
wave: 3
|
||||
wave: 3
|
||||
|
||||
- name: authentik
|
||||
path: applications/50-authentik
|
||||
- name: authentik
|
||||
path: applications/50-authentik
|
||||
namespace: home-server
|
||||
wave: 4
|
||||
wave: 4
|
||||
|
||||
- name: nextcloud
|
||||
path: applications/50-nextcloud
|
||||
- name: nextcloud
|
||||
path: applications/50-nextcloud
|
||||
namespace: home-server
|
||||
wave: 4
|
||||
wave: 4
|
||||
|
||||
template:
|
||||
metadata:
|
||||
|
@ -54,12 +54,12 @@ spec:
|
|||
path: '{{path}}'
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: '{{namespace}}'
|
||||
namespace: '{{namespace | default "default"}}'
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- SyncWave={{wave}}
|
||||
- SyncWave={{wave | default "0"}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue