You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Assuming you want to run in the default namespace ('environment' in ksonnet parlance), add the following to the file `environments/default/main.jsonnet`:
21
+
- Assuming you want to run in the default namespace ('environment' in Tanka parlance), add the following to the file `environments/default/main.jsonnet`:
32
22
33
23
```
34
24
local consul = import "consul/consul.libsonnet";
@@ -43,11 +33,11 @@ consul + {
43
33
- Apply your config:
44
34
45
35
```
46
-
$ ks apply default
36
+
$ tk apply default
47
37
```
48
38
# Customising and Extending.
49
39
50
-
The choice of Ksonnet for configuring these jobs was intention; it allows users
40
+
The choice of Tanka for configuring these jobs was intentional; it allows users
51
41
to easily override setting in these configurations to suit their needs, without having
52
42
to fork or modify this library. For instance, to override the resource requests
-Assuming you want to run in the default namespace ('environment' in ksonnet parlance), add the following to the file `environments/default/main.jsonnet`:
21
+
Assuming you want to run in the default namespace ('environment' in Tanka parlance), add the following to the file `environments/default/main.jsonnet`:
32
22
33
23
```
34
24
local memcached = import "memcached/memcached.libsonnet";
@@ -46,11 +36,11 @@ memcached + {
46
36
- Apply your config:
47
37
48
38
```
49
-
$ ks apply default
39
+
$ tk apply default
50
40
```
51
41
# Customising and Extending.
52
42
53
-
The choice of Ksonnet for configuring these jobs was intention; it allows users
43
+
The choice of Tanka for configuring these jobs was intentional; it allows users
54
44
to easily override setting in these configurations to suit their needs, without having
55
45
to fork or modify this library. For instance, to override the resource requests
- Assuming you want to run in the default namespace ('environment' in ksonnet parlance), add the following to the file `environments/default/main.jsonnet`:
25
+
- Assuming you want to run in the default namespace ('environment' in Tanka parlance), add the following to the file `environments/default/main.jsonnet`:
31
26
32
27
```jsonnet
33
28
local prometheus = import "prometheus-ksonnet/prometheus-ksonnet.libsonnet";
0 commit comments