feat: default repo structure

This commit is contained in:
Mike Smith 2024-01-07 19:23:03 -05:00
commit cd9b679b3d
3 changed files with 19 additions and 0 deletions

View file

View file

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
labels:
apps: utilities
annotations:
avp.kubernetes.io/ignore: "true"
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
repoURL: https://argoproj.github.io/argo-helm
targetRevision: HEAD
targetRevision: 5.52.1
chart: argo-cd

View file