Add apps folder

This commit is contained in:
2025-08-05 21:26:31 +10:00
parent 76b3f72685
commit 937426359c
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: apps
namespace: argocd
spec:
project: default
syncPolicy:
retry:
limit: 1
automated:
prune: true
selfHeal: true
source:
repoURL: git@github.com:wahyd4/home-docker.git
targetRevision: master
path: apps
destination:
server: https://kubernetes.default.svc
namespace: apps