mirror of
https://github.com/ION606/argo-temp.git
synced 2026-05-14 20:06:53 +00:00
18 lines
429 B
YAML
18 lines
429 B
YAML
# THE C H I L D
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: app-kelp
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/ION606/argo-temp.git
|
|
targetRevision: blahaj-app
|
|
path: apps/kelp
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: demo
|
|
syncPolicy:
|
|
automated: { prune: true, selfHeal: true }
|