mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
32 lines
533 B
YAML
32 lines
533 B
YAML
---
|
|
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: dummies.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
version: v1alpha1
|
|
scope: Namespaced
|
|
names:
|
|
kind: Dummy
|
|
plural: dummies
|
|
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Dummy
|
|
metadata:
|
|
name: dummy-crd-instance
|
|
namespace: default
|
|
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Dummy
|
|
metadata:
|
|
name: dummy-crd-instance
|
|
namespace: kube-system
|
|
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Dummy
|
|
metadata:
|
|
name: dummy-crd-instance
|