Skip to content

Instantly share code, notes, and snippets.

@tbaums
Created October 22, 2019 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbaums/359606170a15546b320bca84a17e24bb to your computer and use it in GitHub Desktop.
Save tbaums/359606170a15546b320bca84a17e24bb to your computer and use it in GitHub Desktop.
apiVersion: v1
data:
config: |
{
containerRuntimeExecutor: pns,
executorImage: argoproj/argoexec:v2.3.0,
artifactRepository:
{
s3: {
bucket: mlpipeline,
keyPrefix: artifacts,
endpoint: minio-service.kubeflow:9000,
insecure: true,
accessKeySecret: {
name: mlpipeline-minio-artifact,
key: accesskey
},
secretKeySecret: {
name: mlpipeline-minio-artifact,
key: secretkey
}
}
}
}
kind: ConfigMap
metadata:
labels:
kustomize.component: argo
name: workflow-controller-configmap
namespace: kubeflow
resourceVersion: "120242"
selfLink: /api/v1/namespaces/kubeflow/configmaps/workflow-controller-configmap
uid: d1d149a1-12e5-42cb-874e-ef5f657dae46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment