mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 20:30:04 +07:00
Rename applications layer to apps
This commit is contained in:
parent
ed1c2f553c
commit
c8db3c958d
@ -30,7 +30,7 @@ A single `make` command will automatically:
|
||||
- Install ArgoCD
|
||||
- Kustomize creates the [root Argo application](./bootstrap/root-app) that will install other Argo applications
|
||||
|
||||
From now on, the root app will install the remaining layers (`./system`, `./applications`) and the `./bootstrap` layer will manage itself.
|
||||
From now on, the root app will install the remaining layers (`./system`, `./apps`) and the `./bootstrap` layer will manage itself.
|
||||
|
||||
Please visit the [Provisioning flow document](https://khuedoan.github.io/homelab/deployment/provisioning_flow.html) to learn more.
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: ApplicationSet
|
||||
metadata:
|
||||
name: applications
|
||||
name: apps
|
||||
spec:
|
||||
generators:
|
||||
- git:
|
||||
repoURL: https://github.com/khuedoan/homelab.git
|
||||
revision: master
|
||||
directories:
|
||||
- path: applications/*
|
||||
- path: apps/*
|
||||
template:
|
||||
metadata:
|
||||
name: '{{path.basename}}'
|
@ -5,6 +5,6 @@ resources:
|
||||
# - projects/system.yaml
|
||||
- applicationsets/bootstrap.yaml
|
||||
- applicationsets/system.yaml
|
||||
- applicationsets/applications.yaml
|
||||
- applicationsets/apps.yaml
|
||||
|
||||
namespace: argocd
|
||||
|
Loading…
Reference in New Issue
Block a user