mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
21 lines
386 B
YAML
21 lines
386 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: links
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
syncPolicy:
|
|
retry:
|
|
limit: 1
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
source:
|
|
repoURL: git@github.com:wahyd4/links.git
|
|
targetRevision: main
|
|
path: k8s
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: apps
|