mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-07-20 05:08:48 -04:00
27 lines
779 B
YAML
27 lines
779 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: workflow-controller-configmap
|
|
namespace: kubeflow
|
|
data:
|
|
config: |
|
|
{
|
|
executorImage: $(executorImage),
|
|
artifactRepository:
|
|
{
|
|
s3: {
|
|
bucket: $(artifactRepositoryBucket),
|
|
keyPrefix: $(artifactRepositoryKeyPrefix),
|
|
endpoint: $(artifactRepositoryEndpoint),
|
|
insecure: $(artifactRepositoryInsecure),
|
|
accessKeySecret: {
|
|
name: $(artifactRepositoryAccessKeySecretName),
|
|
key: $(artifactRepositoryAccessKeySecretKey)
|
|
},
|
|
secretKeySecret: {
|
|
name: $(artifactRepositorySecretKeySecretName),
|
|
key: $(artifactRepositorySecretKeySecretKey)
|
|
}
|
|
}
|
|
}
|
|
}
|