BREAK: rename .template -> .libsonnet

This commit is contained in:
Sebastian Mark 2022-04-13 08:02:54 +02:00
parent 568a6f9a7b
commit d9d6dec62d
9 changed files with 9 additions and 12 deletions

View file

@ -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",

View file

@ -1,4 +1,3 @@
# vim:ft=jsonnet:
{
name:: error "name must be defined",
namespace:: $.name,

View file

@ -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",

View file

@ -1,5 +1,5 @@
# vim:expandtab:
local helmapp = import "../_templates/argo_helm_app.template";
local helmapp = import "../_templates/argo_helm_app.libsonnet";
[
helmapp + {

View file

@ -1,5 +1,5 @@
# vim:expandtab:
local helmapp = import "../_templates/argo_helm_app.template";
local helmapp = import "../_templates/argo_helm_app.libsonnet";
[
helmapp + {

View file

@ -1,5 +1,5 @@
# vim:expandtab:
local helmapp = import "../_templates/argo_helm_app.template";
local helmapp = import "../_templates/argo_helm_app.libsonnet";
[
helmapp + {

View file

@ -1,5 +1,5 @@
# vim:expandtab:
local helmapp = import "../../_templates/argo_helm_app.template";
local helmapp = import "../../_templates/argo_helm_app.libsonnet";
[
helmapp + {

View file

@ -1,7 +1,7 @@
# vim:expandtab:
# see https://blog.ediri.io/kube-prometheus-stack-and-argocd-23-how-to-remove-a-workaround
local helmapp = import "../../_templates/argo_helm_app.template";
local argoapp = import "../../_templates/argo_app.template";
local helmapp = import "../../_templates/argo_helm_app.libsonnet";
local argoapp = import "../../_templates/argo_app.libsonnet";
local vars = {
"version": "34.9.0",

View file

@ -1,5 +1,5 @@
# vim:expandtab:
local helmapp = import "../_templates/argo_helm_app.template";
local helmapp = import "../_templates/argo_helm_app.libsonnet";
[
helmapp + {