Package version:

Secret to be added to volume.

interface SecretVolumeItem {
    path?: string;
    secretRef?: string;
}

Properties

Properties

path?: string

Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef.

secretRef?: string

Name of the Container App secret from which to pull the secret value.