Base chart
This commit is contained in:
parent
be615fb817
commit
b5618d8cb7
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