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",
|
|
@ -1,5 +1,5 @@
|
|||
# vim:expandtab:
|
||||
local helmapp = import "../_templates/argo_helm_app.template";
|
||||
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
||||
|
||||
[
|
||||
helmapp + {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# vim:expandtab:
|
||||
local helmapp = import "../_templates/argo_helm_app.template";
|
||||
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
||||
|
||||
[
|
||||
helmapp + {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# vim:expandtab:
|
||||
local helmapp = import "../_templates/argo_helm_app.template";
|
||||
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
||||
|
||||
[
|
||||
helmapp + {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# vim:expandtab:
|
||||
local helmapp = import "../../_templates/argo_helm_app.template";
|
||||
local helmapp = import "../../_templates/argo_helm_app.libsonnet";
|
||||
|
||||
[
|
||||
helmapp + {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# vim:expandtab:
|
||||
local helmapp = import "../_templates/argo_helm_app.template";
|
||||
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
||||
|
||||
[
|
||||
helmapp + {
|
||||
|
|
Loading…
Reference in a new issue