Skip to content

Commit 82054a1

Browse files
authored
Merge pull request #32 from numtide/add-sample
Add sample
2 parents d2cd4d2 + c91c8bb commit 82054a1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/samples/reference.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This sample is intended to represent a complete cluster.
2+
# Useful as a starting point and as a complete reference for all options.
3+
4+
apiVersion: v1
5+
kind: Namespace
6+
metadata:
7+
name: multigres-sample
8+
---
9+
apiVersion: multigres.com/v1alpha1
10+
kind: Etcd
11+
metadata:
12+
namespace: multigres-sample
13+
name: sample
14+
spec: {}

0 commit comments

Comments
 (0)