Merge pull request 'Base chart' (#2) from argocd into master
Reviewed-on: https://git.minhas.io/Asara/k8s/pulls/2
This commit is contained in:
commit
81212e1b7f
3 changed files with 26 additions and 0 deletions
5
argo/apps/Chart.yaml
Normal file
5
argo/apps/Chart.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
apiVersion: v2
|
||||
name: root
|
||||
version: 1.0.0
|
||||
...
|
21
argo/apps/templates/root.yaml
Normal file
21
argo/apps/templates/root.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: root
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: default
|
||||
project: default
|
||||
source:
|
||||
path: argocd/apps/
|
||||
repoURL: https://git.minhas.io/asara/k8s
|
||||
targetRevision: HEAD
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
...
|
0
argo/apps/values.yaml
Normal file
0
argo/apps/values.yaml
Normal file
Loading…
Reference in a new issue