Resource Type: kubernetes_secret_env_source

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

Overview

SecretEnvSource selects a Secret to populate the environment variables with.

The contents of the target Secret’s Data field will represent the key-value pairs as environment variables.

Properties

Parameters

  • name

    Name of the secret_env_source.

  • provider

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