Skip to main content

Kubernetes Manifest

Properties

PropertyTypeRequiredDescriptionDefaultExample
manifeststring✅ YesKubernetes manifest YAML manifest content for Kubernetes resources. Supports templating with variables like {{.nuon.install.id}}-"apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: app-config\ndata:\n env: production"
namespacestring✅ YesKubernetes namespace Kubernetes namespace where the manifest will be deployed-"default"
drift_schedulestringNodrift detection schedule Cron expression for periodic drift detection. If not set, drift detection is disabled.-"0 2 * * *"
sourceobjectNosource path or URL Optional source path or URL for the component configuration. Supports HTTP(S) URLs, git repositories, file paths, and relative paths (./). Examples: https://example.com/config.ya--
typeobjectNocomponent type--
nameobjectNocomponent name--
var_nameobjectNovariable name for component output Optional name to use when storing component outputs as variables. If not specified, uses the component name--
dependenciesobjectNocomponent dependencies List of other components that must be deployed before this component. Automatically extracted from template references--

Property Details

namespace

Examples:
"default"
"production"
"{{.nuon.install.id}}"