You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently DSL hardcode the namespace of minio service to default. This would break when pipeline is deployed to another ns.
If possible, we should probably use the default argo repository to avoid DSL involvement.
The text was updated successfully, but these errors were encountered:
we should probably use the default argo repository
+1 Unfortunately using artifact key currently requires you to specify everything.
The best solution would be to add this missing information in the backend before starting the pipeline. The secrets should not be embedded in the pipeline.
vicaire
changed the title
Parameterize artifact namespace in DSL
The DSL should not hardcode the Minio endpoint in the Kubernetes cluster.
Mar 26, 2019
Currently DSL hardcode the namespace of minio service to default. This would break when pipeline is deployed to another ns.
If possible, we should probably use the default argo repository to avoid DSL involvement.
The text was updated successfully, but these errors were encountered: