File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
+ " list "
4
5
" tool/cli "
5
6
" encoding/yaml "
6
7
" text/tabwriter "
7
8
)
8
9
9
- _resources : timoni .apply .app + timoni .apply .test
10
+ _resources : list . Concat ([ timoni .apply .app , timoni .apply .test ])
10
11
11
12
// The build command generates the Kubernetes manifests and prints the multi-docs YAML to stdout.
12
13
// Example 'cue cmd -t debug -t name=test -t namespace=test -t mv=1.0.0 -t kv=1.28.0 build'.
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
+ " list "
4
5
" tool/cli "
5
6
" encoding/yaml "
6
7
" text/tabwriter "
7
8
)
8
9
9
- _resources : timoni .apply .master + timoni .apply .replica + timoni .apply .test
10
+ _resources : list . Concat ([ timoni .apply .master , timoni .apply .replica , timoni .apply .test ])
10
11
11
12
// The build command generates the Kubernetes manifests and prints the multi-docs YAML to stdout.
12
13
// Example 'cue cmd -t debug -t name=redis -t namespace=test -t mv=1.0.0 -t kv=1.28.0 build'.
You can’t perform that action at this time.
0 commit comments