SecretVolumeItem Class
Secret to be added to volume.
Constructor
SecretVolumeItem(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
secret_ref
|
Name of the Container App secret from which to pull the secret value. |
|
path
|
Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef. |
Attributes
path
Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef.
path: str | None
secret_ref
Name of the Container App secret from which to pull the secret value.
secret_ref: str | None