Skip to main content
Version: v0.14 🚧

k8s_manifest

Module K8sManifest​

K8sManifest defines the paths of the YAML files, or the directories of the raw Kubernetes manifests, which will be jointly appended to the Resources of Spec.

Attributes​

Name and DescriptionTypeDefault ValueRequired
paths
The paths of the YAML files, or the directories of the raw Kubernetes manifests.
[str]Undefinedoptional

Examples​

modules: 
k8s_manifest:
path: oci://ghcr.io/kusionstack/k8s_manifest
version: 0.1.0
configs:
default:
paths:
- /path/to/k8s_manifest.yaml
- /dir/to/k8s_manifest/