Ariel Kaspit
06/14/2023, 3:04 PMDavid Espejo (he/him)
06/14/2023, 3:57 PMWhen using the K8s secret manager plugin, which is enabled by default, the secrets need to be available in the same namespace as the task execution (for example). K8s secrets can be mounted as either files or injected as environment variables into the task pod, so if you need to make larger files available to the task, then this might be the better option.flytesnacks-development
Furthermore, this method also allows you to have separate credentials for different domains but still using the same name for the secret.
Ariel Kaspit
06/15/2023, 8:10 AM