Output
The output resource allows you to define output variables which can be used with the Shipyard output and env commands.
#
Simple exampleoutput "KUBECONFIG" { value = "/path/to/kubeconfig.yaml"}
#
Example using Shipyard functionsoutput "KUBECONFIG" { value = k8s_config("k3s")}
#
Parameters#
valueType: string
Required: true
Value to set for the output variable