20 lines
384 B
YAML
20 lines
384 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: rss-application
|
|
namespace: argocd
|
|
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/moll-re/k3s-infra.git
|
|
targetRevision: main
|
|
path: apps/rss
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: rss
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|