Context
From PR #145 discussion — the current env-secrets param only supports injecting secret keys as environment variables. File-based credentials (Docker auth, glab config, TLS certs) require volume mounts instead.
Currently users can handle this with inline taskSpec, but it would be useful to have a generic mechanism within the reusable Task.
References
Context
From PR #145 discussion — the current
env-secretsparam only supports injecting secret keys as environment variables. File-based credentials (Docker auth, glab config, TLS certs) require volume mounts instead.Currently users can handle this with inline
taskSpec, but it would be useful to have a generic mechanism within the reusable Task.References