provisioning-catalog/components/kube_state_metrics/cluster/vars.nu

6 lines
174 B
Text
Raw Normal View History

#!/usr/bin/env nu
# No derived context needed — templates use taskserv.* directly.
def main [component_json: string]: nothing -> nothing {
{} | to json --raw | print
}