Skip to content

Commit

Permalink
feat(explain): updates examples for region support and env var incons…
Browse files Browse the repository at this point in the history
…istency (#273)
  • Loading branch information
smrutisenapati authored and RomilShah committed May 29, 2024
1 parent e208d69 commit 1d9fa3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions riocli/apply/manifests/network-native-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: "network-native-cloud"
labels:
app: test
#rapyuta.io/region: us
spec:
type: "native" # Required, Options: [routed, native]
rosDistro: "melodic" # Required, Options: [kinetic, melodic, noetic]
Expand Down
1 change: 1 addition & 0 deletions riocli/apply/manifests/network-routed-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
project: "project-guid"
labels:
app: test
#rapyuta.io/region: us
spec:
type: "routed" # Required, Options: [routed, native]
rosDistro: "melodic" # Required, Options: [kinetic, melodic, noetic]
Expand Down
2 changes: 2 additions & 0 deletions riocli/apply/manifests/network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
project: "project-guid"
labels:
app: test
#rapyuta.io/region: us
spec:
type: "routed" # Required, Options: [routed, native]
rosDistro: "melodic" # Required, Options: [kinetic, melodic, noetic]
Expand Down Expand Up @@ -36,6 +37,7 @@ metadata:
project: "project-guid"
labels:
app: test
#rapyuta.io/region: us
spec:
type: "native" # Required, Options: [routed, native]
rosDistro: "melodic" # Required, Options: [kinetic, melodic, noetic]
Expand Down

0 comments on commit 1d9fa3b

Please sign in to comment.