File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
actions/trigger-argo-workflow
cmd/trigger-argo-workflow Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Trigger an Argo workflow in the Grafana Labs Argo Workflows instanc
44inputs :
55 instance :
66 description : |
7- The instance to use (`dev`, `ops` or `ops-aws `). Defaults to `ops`.
7+ The instance to use (`dev` or `ops`). Defaults to `ops`.
88 default : ops
99 namespace :
1010 description : |
7575 vault_instance="dev"
7676 ;;
7777 ops)
78- cluster="ops-us-east-0"
79- vault_instance="ops"
80- ;;
81- ops-aws)
8278 cluster="ops-eu-south-0"
8379 vault_instance="ops"
8480 ;;
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ type App struct {
3535var instanceToHost = map [string ]string {
3636 "dev" : "argo-workflows-dev.grafana.net:443" ,
3737 "ops" : "argo-workflows.grafana.net:443" ,
38- "ops-aws" : "argo-workflows-aws.grafana.net:443" ,
3938}
4039
4140func (a App ) server () string {
You can’t perform that action at this time.
0 commit comments