tableau icon indicating copy to clipboard operation
tableau copied to clipboard

template: support built-in text templating engine for XML/YAML files

Open wenchy opened this issue 1 year ago • 0 comments

Currently, many tableau users use Jinjia2 templating engine to generate XML/YAML files for deploying different enviroments. Which is much like the kustomization: Bases and Overlays concept.

References:

  • https://pkg.go.dev/text/template
  • kustomize
  • hugo: template
  • helm: https://github.com/helm/helm/blob/v3.12.2/pkg/cli/values/options.go

wenchy avatar Aug 05 '24 03:08 wenchy