new directory structure

This commit is contained in:
Tobias Brunner 2022-10-08 19:37:02 +02:00
parent 3ead374442
commit e68e9d7eb4
323 changed files with 19 additions and 20 deletions

View file

@ -67,5 +67,4 @@ argocd login argocd-server
# Instantiate Argo Root App
kubectl apply -f _apps/apps.yaml
```
```

View file

@ -9,6 +9,6 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
path: _apps
path: system/apps
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD

View file

@ -6,14 +6,14 @@ metadata:
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: system
source:
path: system/argocd
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: system
source:
path: argocd
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: false

View file

@ -6,14 +6,14 @@ metadata:
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: system
source:
path: system/cert-manager
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
destination:
namespace: cert-manager
server: https://kubernetes.default.svc
project: system
source:
path: cert-manager
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: false

View file

@ -6,11 +6,11 @@ metadata:
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: system
source:
path: system/kube-system
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
destination:
namespace: kube-system
server: https://kubernetes.default.svc
project: system
source:
path: kube-system
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD

View file

@ -11,8 +11,8 @@ spec:
directory:
jsonnet:
libs:
- monitoring/vendor
path: monitoring
- system/monitoring/vendor
path: system/monitoring
repoURL: https://git.tbrnt.ch/tobru/gitops-zurrli.git
targetRevision: HEAD
destination:

Some files were not shown because too many files have changed in this diff Show more