mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
17 lines
No EOL
487 B
YAML
17 lines
No EOL
487 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cloudflare-operator
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: cloudflare-operator-system
|
|
name: in-cluster
|
|
project: system
|
|
sources:
|
|
- repoURL: "https://github.com/gensokyo-zone/infrastructure"
|
|
path: k8s/system/cloudflare-operator/manifests
|
|
targetRevision: main
|
|
- repoURL: "https://github.com/adyanth/cloudflare-operator"
|
|
path: config/default
|
|
targetRevision: v0.10.2 |