5 lines
100 B
Jsonnet

local appDef = import './app-definitions.libsonnet';
[
appDef.kustomizeApplication(name="blog")
]