Skip to content

Commit 828c1c7

Browse files
chore(refactor): d-operators deployment yamls (#138)
Signed-off-by: Harsh Shekhar <[email protected]>
1 parent a9b45df commit 828c1c7

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ Navigate to test/experiments to learn more on these YAMLs.
7878
sudo make e2e-test
7979
```
8080

81+
### Deploying experiments using D-operators
82+
To deploy experiments using d-operators apply the below commands:
83+
- kubectl apply -f deploy/
84+
- kubectl apply -f test/experiments/<experiment-yaml>
85+
8186
### Available Kubernetes controllers
8287
- [x] kind: Recipe
8388
- [ ] kind: RecipeClass

manifests/crd.yaml deploy/crd.yaml

File renamed without changes.

deploy/namespace.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
name: dope
5+
---
6+
# d-testing is the Kubernetes namespace that can
7+
# be used to deploy any test artifacts
8+
apiVersion: v1
9+
kind: Namespace
10+
metadata:
11+
name: d-testing

deploy/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
serviceAccountName: dope
2222
containers:
2323
- name: dope
24-
image: mayadataio/dope:v1.3.0
24+
image: mayadataio/dope:v1.9.0
2525
command: ["/usr/bin/dope"]
2626
args:
2727
- --logtostderr
File renamed without changes.

manifests/namespace.yaml

-4
This file was deleted.

0 commit comments

Comments
 (0)