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 Description | Type | Default Value | Required |
---|---|---|---|
paths The paths of the YAML files, or the directories of the raw Kubernetes manifests. | [str] | Undefined | optional |
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/