This commit is contained in:
James Mellors 2025-04-10 19:52:00 +01:00
parent 5eb16317f5
commit de5d64e6e2
3 changed files with 24 additions and 0 deletions

20
argo/apps/apps.yaml Normal file
View File

@ -0,0 +1,20 @@
resources:apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: apps
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://git.james-mellors.com/mello/sealed-secrets.git
targetRevision: main
path: argo/apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@ -0,0 +1,2 @@
resources:
- sealed-secrets.yaml

View File

@ -0,0 +1,2 @@
resources:
- controller.yaml