Using gomplate as hydration template engine

This commit is contained in:
Richard Robert Reitz 2024-12-08 23:19:09 +01:00
parent c24ab8d976
commit 46c745bd28
4 changed files with 18 additions and 25 deletions

View file

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