Skip to content

Commit 6ed174f

Browse files
committed
Update case3 to test for sample configmaps.
Signed-off-by: Humair Khan <[email protected]>
1 parent d540a40 commit 6ed174f

File tree

4 files changed

+589
-0
lines changed

4 files changed

+589
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: sample-config-testdsp2
5+
namespace: default
6+
labels:
7+
app: ds-pipeline-testdsp2
8+
component: data-science-pipelines
9+
data:
10+
sample_config.json: |-
11+
[
12+
{
13+
"name": "[Demo] iris-training",
14+
"description": "[source code](https://github.com/opendatahub-io/data-science-pipelines/tree/master/samples/iris-training) A simple pipeline to demonstrate a basic ML Training workflow",
15+
"file": "/samples/iris-pipeline-compiled.yaml"
16+
}
17+
]

0 commit comments

Comments
 (0)