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 files to render. Each key is rendered as a YAML file with the same name.

manifests.<filename>

type

object

default

{} (no manifests)

Each key under managed_manifests.manifests is rendered as a YAML file with the same name.

Example

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