Rename applications layer to apps

This commit is contained in:
Khue Doan 2021-09-03 01:59:15 +07:00
parent ed1c2f553c
commit c8db3c958d
9 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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}}'

View File

@ -5,6 +5,6 @@ resources:
# - projects/system.yaml
- applicationsets/bootstrap.yaml
- applicationsets/system.yaml
- applicationsets/applications.yaml
- applicationsets/apps.yaml
namespace: argocd