Resource Type: kubernetes_env_from_source

Defined in:
lib/puppet/type/kubernetes_env_from_source.rb
Providers:
swagger

Overview

EnvFromSource represents the source of a set of ConfigMaps

Properties

  • config_map_ref

    The ConfigMap to select from

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • prefix

    An optional identifer to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.

  • secret_ref

    The Secret to select from

Parameters

  • name (namevar)

    Name of the env_from_source.

  • provider

    The specific backend to use for this ‘kubernetes_env_from_source` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.