Skip to content

Commit

Permalink
fix(explain): adds missing sections in deployment examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed May 31, 2023
1 parent 98ea4d0 commit 1a8d207
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
11 changes: 10 additions & 1 deletion riocli/apply/manifests/deployment-nonros-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,13 @@ spec:
managedServices:
- depends:
kind: managedservice
nameOrGUID: "managedservice"
nameOrGUID: "managedservice"
features:
vpn:
enabled: true
params:
enabled: true
trees:
- config01
- config02
disableSync: false
9 changes: 9 additions & 0 deletions riocli/apply/manifests/deployment-ros-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ spec:
- depends:
kind: managedservice
nameOrGUID: "managedservice"
features:
vpn:
enabled: true
params:
enabled: true
trees:
- config01
- config02
disableSync: false
rosBagJobs:
- name: "testbag1" # Required
recordOptions: # Required
Expand Down
18 changes: 18 additions & 0 deletions riocli/apply/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ spec:
- depends:
kind: managedservice
nameOrGUID: "managedservice"
features:
vpn:
enabled: true
params:
enabled: true
trees:
- config01
- config02
disableSync: false
rosBagJobs:
- name: "testbag1" # Required
recordOptions: # Required
Expand Down Expand Up @@ -124,6 +133,15 @@ spec:
- depends:
kind: managedservice
nameOrGUID: "managedservice"
features:
vpn:
enabled: true
params:
enabled: true
trees:
- config01
- config02
disableSync: false
---
apiVersion: apiextensions.rapyuta.io/v1
kind: Deployment
Expand Down

0 comments on commit 1a8d207

Please sign in to comment.