Base chart

This commit is contained in:
Amarpreet Minhas 2023-07-07 19:23:14 -04:00
parent be615fb817
commit b5618d8cb7
3 changed files with 26 additions and 0 deletions

5
argo/apps/Chart.yaml Normal file
View file

@ -0,0 +1,5 @@
---
apiVersion: v2
name: root
version: 1.0.0
...

View 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
View file