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.libsonnet";
|
||||||
local base = import "argo_base.template";
|
|
||||||
|
|
||||||
base + {
|
base + {
|
||||||
repo:: error "repo must be defined",
|
repo:: error "repo must be defined",
|
|
@ -1,4 +1,3 @@
|
||||||
# vim:ft=jsonnet:
|
|
||||||
{
|
{
|
||||||
name:: error "name must be defined",
|
name:: error "name must be defined",
|
||||||
namespace:: $.name,
|
namespace:: $.name,
|
|
@ -1,5 +1,4 @@
|
||||||
# vim:ft=jsonnet:
|
local base = import "argo_base.libsonnet";
|
||||||
local base = import "argo_base.template";
|
|
||||||
|
|
||||||
base + {
|
base + {
|
||||||
repo:: error "repo must be defined",
|
repo:: error "repo must be defined",
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:expandtab:
|
# vim:expandtab:
|
||||||
local helmapp = import "../_templates/argo_helm_app.template";
|
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
||||||
|
|
||||||
[
|
[
|
||||||
helmapp + {
|
helmapp + {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:expandtab:
|
# vim:expandtab:
|
||||||
local helmapp = import "../_templates/argo_helm_app.template";
|
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
||||||
|
|
||||||
[
|
[
|
||||||
helmapp + {
|
helmapp + {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:expandtab:
|
# vim:expandtab:
|
||||||
local helmapp = import "../_templates/argo_helm_app.template";
|
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
||||||
|
|
||||||
[
|
[
|
||||||
helmapp + {
|
helmapp + {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:expandtab:
|
# vim:expandtab:
|
||||||
local helmapp = import "../../_templates/argo_helm_app.template";
|
local helmapp = import "../../_templates/argo_helm_app.libsonnet";
|
||||||
|
|
||||||
[
|
[
|
||||||
helmapp + {
|
helmapp + {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# vim:expandtab:
|
# vim:expandtab:
|
||||||
# see https://blog.ediri.io/kube-prometheus-stack-and-argocd-23-how-to-remove-a-workaround
|
# 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 helmapp = import "../../_templates/argo_helm_app.libsonnet";
|
||||||
local argoapp = import "../../_templates/argo_app.template";
|
local argoapp = import "../../_templates/argo_app.libsonnet";
|
||||||
|
|
||||||
local vars = {
|
local vars = {
|
||||||
"version": "34.9.0",
|
"version": "34.9.0",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:expandtab:
|
# vim:expandtab:
|
||||||
local helmapp = import "../_templates/argo_helm_app.template";
|
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
||||||
|
|
||||||
[
|
[
|
||||||
helmapp + {
|
helmapp + {
|
||||||
|
|
Loading…
Reference in a new issue