SecretVolumeItem interface
Secret to be added to volume.
Properties
path | Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef. |
secret |
Name of the Container App secret from which to pull the secret value. |
Property Details
path
Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef.
path?: string
Property Value
string
secretRef
Name of the Container App secret from which to pull the secret value.
secretRef?: string
Property Value
string