Skip to content

@kubricate/plugin-kubernetes / BasicAuthSecretProvider / EnvFromSource

Interface: EnvFromSource

EnvFromSource represents the source of a set of ConfigMaps/Secrets

Properties

prefix?

ts
optional prefix: string;

An optional identifier to prepend to each key in the Secret.


secretRef?

ts
optional secretRef: object;

The Secret to select from

name?

ts
optional name: string;

Name of the referent.

optional?

ts
optional optional: boolean;

Specify whether the Secret must be defined