-
I ran into a problem configuring the archive-logs for individual workflows. My ConfigMap, as well as the associated secret for the archive-logs are in the argo-workflows namespace. However, when I start a workflow in a different namespace, I naturally get the following error:
I don't want to create the ConfigMap for the archive-bucket configuration in each namespace. Is there a way to pass the bucket configuration from the ConfigMap in the argo-workflows namespace to each starting pod (also in other namespaces) via the workflow-controller? For the secret I can just create a ClusterSecret in case of doubt. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can set artifact configuration globally via the Workflow Controller ConfigMap: https://argoproj.github.io/argo-workflows/workflow-controller-configmap/ |
Beta Was this translation helpful? Give feedback.
You can set artifact configuration globally via the Workflow Controller ConfigMap: https://argoproj.github.io/argo-workflows/workflow-controller-configmap/