aboutsummaryrefslogtreecommitdiff
path: root/deploy/spec.json
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/spec.json')
-rw-r--r--deploy/spec.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/deploy/spec.json b/deploy/spec.json
new file mode 100644
index 0000000..f127bec
--- /dev/null
+++ b/deploy/spec.json
@@ -0,0 +1,13 @@
+{
+ "apiVersion": "tanka.dev/v1alpha1",
+ "kind": "Environment",
+ "metadata": {
+ "name": "default"
+ },
+ "spec": {
+ "apiServer": "https://control.kube.cat:6443",
+ "namespace": "gnulag",
+ "resourceDefaults": {},
+ "expectVersions": {}
+ }
+}