Resource Type: kubernetes_config_map

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

Overview

ConfigMap holds configuration data for pods to consume.

Properties

  • data

    Data contains the configuration data. Each key must consist of alphanumeric characters, ‘-’, ‘_’ or ‘.’.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • metadata

Parameters

  • name (namevar)

    Name of the config_map.

  • provider

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