BREAK: rename .template -> .libsonnet
This commit is contained in:
parent
568a6f9a7b
commit
d9d6dec62d
9 changed files with 9 additions and 12 deletions
|
@ -1,5 +1,4 @@
|
|||
# vim:ft=jsonnet:
|
||||
local base = import "argo_base.template";
|
||||
local base = import "argo_base.libsonnet";
|
||||
|
||||
base + {
|
||||
repo:: error "repo must be defined",
|
|
@ -1,4 +1,3 @@
|
|||
# vim:ft=jsonnet:
|
||||
{
|
||||
name:: error "name must be defined",
|
||||
namespace:: $.name,
|
|
@ -1,5 +1,4 @@
|
|||
# vim:ft=jsonnet:
|
||||
local base = import "argo_base.template";
|
||||
local base = import "argo_base.libsonnet";
|
||||
|
||||
base + {
|
||||
repo:: error "repo must be defined",
|
Loading…
Add table
Add a link
Reference in a new issue