Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 952 Bytes

File metadata and controls

11 lines (7 loc) · 952 Bytes

V1SecretBuildSource

Properties

Name Type Description Notes
secret V1LocalObjectReference Secret is a reference to an existing secret that you want to use in your build.
destination_dir str DestinationDir is the directory where the files from the secret should be available for the build time. For the Source build strategy, these will be injected into a container where the assemble script runs. Later, when the script finishes, all files injected will be truncated to zero length. For the Docker build strategy, these will be copied into the build directory, where the Dockerfile is located, so users can ADD or COPY them during docker build. [optional]

[Back to Model list] [Back to API list] [Back to README]