Using gomplate as hydration template engine

This commit is contained in:
Richard Robert Reitz 2024-12-08 23:25:06 +01:00
parent 46c745bd28
commit 92b56c5350
47 changed files with 80 additions and 80 deletions

View file

@ -1,4 +1,4 @@
{{]] if eq .Env.CLUSTER_TYPE "kind" [[}}
{{{ if eq .Env.CLUSTER_TYPE "kind" }}}
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
@ -18,6 +18,6 @@ spec:
namespace: crossplane-system
source:
path: stacks/core/crossplane-providers
repoURL: https://gitea.{{]] .Env.DOMAIN [[}}/giteaAdmin/edfbuilder
repoURL: https://gitea.{{{ .Env.DOMAIN }}}/giteaAdmin/edfbuilder
targetRevision: HEAD
{{]] end [[}}
{{{ end }}}