Parameters

The parent key for all of the following parameters is managed_manifests.

namespace

type

string

default

syn-managed-manifests

The namespace in which to deploy this component.

Example

namespace: example-namespace

manifests

type

object

default

{}

Map of manifest names to render. Each key is rendered as a YAML file with .yaml appended. Provide manifest keys without a file extension.

manifests.<name>

type

object

default

{} (no manifests)

Each key under managed_manifests.manifests is rendered as a YAML file with .yaml appended.

Example

managed_manifests:
  manifests:
    01-mynamespace:
      apiVersion: v1
      kind: Namespace
      metadata:
        name: example