Skip to content

Commit

Permalink
rename the plugin
Browse files Browse the repository at this point in the history
Signed-off-by: bdlilley <[email protected]>
  • Loading branch information
bdlilley committed Jul 20, 2023
1 parent 8d4889e commit 063baa0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RouteTable and route selection is specified in the plugin config. Either a Route
trafficRouting:
plugins:
# the plugin name must match the name used in argo-rollouts-config ConfigMap
solo-io/glooplatformAPI:
solo-io/glooplatform:
# select Gloo RouteTable(s); if both label and name selectors are used, the name selector
# takes precedence
routeTableSelector:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ patchesJson6902:
path: /data
value:
trafficRouterPlugins: |
- name: "solo-io/glooplatformAPI"
- name: "solo-io/glooplatform"
location: "https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-glooplatform/releases/download/v0.0.0-beta1/glooplatform-api-plugin-linux-amd64"
2 changes: 1 addition & 1 deletion examples/0-rollout-initial-state-green/rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
stableService: stable
trafficRouting:
plugins:
solo-io/glooplatformAPI:
solo-io/glooplatform:
routeTableSelector:
labels:
app: demo
Expand Down
2 changes: 1 addition & 1 deletion examples/1-rollout-canary-blue/rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
stableService: stable
trafficRouting:
plugins:
solo-io/glooplatformAPI:
solo-io/glooplatform:
routeTableSelector:
labels:
app: demo
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
const (
Type = "GlooPlatformAPI"
GlooPlatformAPIUpdateError = "GlooPlatformAPIUpdateError"
PluginName = "solo-io/glooplatformAPI"
PluginName = "solo-io/glooplatform"
)

type RpcPlugin struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/plugin/testfiles/10-basic-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rollout:
stableService: stable
trafficRouting:
plugins:
solo-io/glooplatformAPI:
solo-io/glooplatform:
routeTableSelector:
name: demo
namespace: gloo-mesh
Expand Down

0 comments on commit 063baa0

Please sign in to comment.