diff --git a/config/samples/reference.yaml b/config/samples/reference.yaml new file mode 100644 index 00000000..cbe0890a --- /dev/null +++ b/config/samples/reference.yaml @@ -0,0 +1,14 @@ +# This sample is intended to represent a complete cluster. +# Useful as a starting point and as a complete reference for all options. + +apiVersion: v1 +kind: Namespace +metadata: + name: multigres-sample +--- +apiVersion: multigres.com/v1alpha1 +kind: Etcd +metadata: + namespace: multigres-sample + name: sample +spec: {} \ No newline at end of file