Skip to content

Commit

Permalink
add aliases to existing flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Jan 9, 2024
1 parent a023fcb commit 46e9be5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chart/infra-server/static/flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
description: GKE cluster running the default version
availability: stable
workflow: configuration/workflow-gke-default.yaml
aliases:
- gke
parameters:
- name: name
description: cluster name
Expand Down Expand Up @@ -180,6 +182,9 @@
description: OpenShift 3.11 cluster
availability: stable
workflow: configuration/workflow-openshift-multi.yaml
aliases:
- openshift-3
- ocp-3
parameters:
- name: name
description: cluster name
Expand Down Expand Up @@ -248,6 +253,8 @@
description: OpenShift 4.x OCP or OKD cluster
availability: stable
workflow: configuration/workflow-openshift-4.yaml
aliases:
- ocp-4
parameters:
- name: name
description: cluster name
Expand Down Expand Up @@ -368,6 +375,8 @@
description: OpenShift 4.x Demo
availability: stable
workflow: configuration/workflow-openshift-4-demo.yaml
aliases:
- ocp-4-demo
parameters:
- name: name
description: cluster name
Expand Down Expand Up @@ -509,6 +518,8 @@
description: OpenShift 4.x Perf&Scale
availability: stable
workflow: configuration/workflow-openshift-4-perf-scale.yaml
aliases:
- ocp-4-perf-scale
parameters:
- name: name
description: cluster name
Expand Down

0 comments on commit 46e9be5

Please sign in to comment.