Using gomplate as hydration template engine
This commit is contained in:
parent
46c745bd28
commit
92b56c5350
47 changed files with 80 additions and 80 deletions
|
|
@ -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 }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue