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:
Amarpreet Minhas 2023-07-07 23:49:00 +00:00
commit 81212e1b7f
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